mleo1
Community Contributors
In ./addons/helloworld/config/access.php
I wanna show modules.helloworld.index value which is AccountLevel::ADMIN, 99
./addons/helloworld/themes/default/index.php<?php
return array(
'modules' => array(
'helloworld' => array(
'index' => AccountLevel::ADMIN
)
)
?>
I wanna show modules.helloworld.index value which is AccountLevel::ADMIN, 99
<?php if (!defined('FLUX_ROOT')) exit; ?>
<?php
//whats the code?
?>