Skip to content

Commit

Permalink
https://github.com/joomla/joomla-cms/pull/30792#pullrequestreview-497…
Browse files Browse the repository at this point in the history
…366479
  • Loading branch information
hans2103 committed Sep 28, 2020
1 parent 7d651df commit 67495f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/joomla/toolbar/title.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
$icon = stristr($icon, "joomla") ? str_ireplace("joomla", "fab fa-joomla", $icon) : "fas fa-" . $icon;
?>
<h1 class="page-title">
<?php echo HTMLHelper::icon($icon); ?>
<?php echo HTMLHelper::_('icon', $icon); ?>
<?php echo $displayData['title']; ?>
</h1>

0 comments on commit 67495f6

Please sign in to comment.