How to make part of theme visible only to administrators

From JReviews Documentation
Revision as of 20:35, 4 November 2009 by Jreviews (Talk | contribs) (Created page with '<source lang="php"> <?php if($this->Access->isAdmin():?> // Everything here will be available only to admins <?php endif;?> </source> Category:JReviews [[Category:Theme…')

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
<?php if($this->Access->isAdmin():?>
   // Everything here will be available only to admins
<?php endif;?>