How to make part of theme visible only to administrators

From JReviews Documentation
Revision as of 15:41, 23 August 2011 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;?>