Skip to content

Commit

Permalink
Fix icon-map for breadcrumbs in base
Browse files Browse the repository at this point in the history
  • Loading branch information
joomlart committed Feb 24, 2014
1 parent 61fbea8 commit 7908e3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/plg_system_t3/base/html/mod_breadcrumbs/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
if ($params->get('showHere', 1)) {
echo '<li class="active">' . JText::_('MOD_BREADCRUMBS_HERE') . '&#160;</li>';
} else {
echo '<li class="active"><span class="hasTooltip"><i class="fa fa-map-marker" data-toggle="tooltip" title="' . JText::_('MOD_BREADCRUMBS_HERE') . '"></i></span></li>';
echo '<li class="active"><span class="hasTooltip"><i class="icon-map-marker" data-toggle="tooltip" title="' . JText::_('MOD_BREADCRUMBS_HERE') . '"></i></span></li>';
}

// Get rid of duplicated entries on trail including home page when using multilanguage
Expand Down

0 comments on commit 7908e3e

Please sign in to comment.