How to remove Joomla edit button from listing detail page

From JReviews Documentation
Revision as of 10:58, 14 November 2009 by Jreviews (Talk | contribs)

Jump to: navigation, search

You need to edit Joomla's com_content template file:


And delete this:

<?php if ($canEdit) : ?>
<td align="right" width="100%" class="buttonheading">
	<?php echo JHTML::_('icon.edit', $this->article, $this->params, $this->access); ?>
</td>
<?php endif; ?>