How to hide the block for subscribers on the page and leave only for the administrator?
Highlighted in red in the picture - http://prntscr.com/me7ra1
Highlighted in red in the picture - http://prntscr.com/me7ra1
<?php if (($story && $this->my->isSiteAdmin()) || !($view == 'pages')) { ?>
<?php echo $story->html(); ?>
<?php } ?>