mleo1 36 Posted August 22, 2015 In ./addons/helloworld/config/access.php <?php return array( 'modules' => array( 'helloworld' => array( 'index' => AccountLevel::ADMIN ) )?> ./addons/helloworld/themes/default/index.php I wanna show modules.helloworld.index value which is AccountLevel::ADMIN, 99 <?php if (!defined('FLUX_ROOT')) exit; ?><?php //whats the code??> Quote Share this post Link to post Share on other sites
In ./addons/helloworld/config/access.php
./addons/helloworld/themes/default/index.php
I wanna show modules.helloworld.index value which is AccountLevel::ADMIN, 99
Share this post
Link to post
Share on other sites