PageRenderTime 256ms CodeModel.GetById 10ms RepoModel.GetById 0ms app.codeStats 0ms

/public/codeSite/php/updateMenu.php

https://github.com/IAmCorbin/MooKit
PHP | 7 lines | 3 code | 0 blank | 4 comment | 0 complexity | 3364139e89343f250d7d4ec7638d7084 MD5 | raw file
Possible License(s): GPL-3.0
  1. <?
  2. /**
  3. * Build the main application menu based on user access level
  4. * @package MooKit
  5. */
  6. echo Menu::buildMain()->output('span','span','link','sublink');
  7. ?>