How to make part of theme visible only to administrators
From JReviews Documentation
Revision as of 09:09, 4 December 2009 by Jreviews (Talk | contribs) (moved How to make part of theme visible only to administrators? to How to make part of theme visible only to administrators)
Use this code:
<?php if($this->Access->isAdmin():?> // Everything here will be available only to admins <?php endif;?>