Follow ReviewsForJoomla on Twitter
 
Navigation


How to make part of theme visible only to administrators

From Documentation

Jump to: navigation, search

Use this code:

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