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)

Jump to: navigation, search

Use this code:

<?php if($this->Access->isAdmin():?>
   // Everything here will be available only to admins
<?php endif;?>