Skip to content

Commit

Permalink
Update components/com_content/tmpl/article/default.php
Browse files Browse the repository at this point in the history
Co-Authored-By: brianteeman <brian@teeman.net>
  • Loading branch information
Quy and brianteeman authored Feb 26, 2019
1 parent 1712c0b commit a1d44e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/com_content/tmpl/article/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
</div>
<?php endif; ?>
<?php if ($canEdit) : ?>
<?php echo LayoutHelper::render('joomla.content.icons', array('params' => $params, 'item' => $this->item)); ?>
<?php echo LayoutHelper::render('joomla.content.icons', array('params' => $params, 'item' => $this->item)); ?>
<?php endif; ?>

<?php // Content is generated by content plugin event "onContentAfterTitle" ?>
Expand Down

0 comments on commit a1d44e0

Please sign in to comment.