Hi supporters,
When viewing an article, there is an "Edit" button on the left of the article.
I tried to configure in Joomla but cannot hide that button. Can you please tell me how to hide it?
Thank you and regards,
Hai
<li class="itemPrintEmail">
<?php if (!$this->print) : ?><?php if ($params->get('show_print_icon')) : ?><?php echo preg_replace('@<img.*?alt="(.*?)".*?\/>@mis', '$1',JHtml::_('icon.print_popup', $this->item, $params)); ?>, <?php endif; ?><?php if ($params->get('show_email_icon')) : ?><?php echo preg_replace('@<img.*?alt="(.*?)".*?\/>@mis', '$1',JHtml::_('icon.email', $this->item, $params)); ?><?php endif; ?><?php if ($canEdit) : ?>, <?php echo preg_replace('@<img.*?alt="(.*?)".*?\/>@mis', '$1',JHtml::_('icon.edit', $this->item, $params)); ?><?php endif; ?><?php else : ?><?php echo preg_replace('@<img.*?alt="(.*?)".*?\/>@mis', '$1',JHtml::_('icon.print_screen', $this->item, $params)); ?><?php endif; ?>
</li>
<li class="itemEdit">
<?php echo preg_replace('@<img.*?alt="(.*?)".*?\/>@mis', '$1',JHtml::_('icon.edit', $this->item, $params)); ?>
</li>