Jump to content
  • 0
Sign in to follow this  
mleo1

hello how to show this, php, flux

Question

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?
?>

 

Share this post


Link to post
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.