i would like to have the item aside info only visible for administrator
i want to be able to edit text in the frontend (more convenient for customer)
but when i hide the categorie info the edit button disappears as well
<?php if ($canEdit) : ?>
<?php echo preg_replace('@<img.*?alt="(.*?)".*?\/>@mis', '$1',JHtml::_('icon.edit', $this->item, $params)); ?>
<?php endif; ?>