1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/14231]Fix double icon issue

PHPBB3-14231
This commit is contained in:
Michael Miday
2015-10-11 14:09:34 +02:00
parent 03cb2a7b0c
commit 07b2f4db08
2 changed files with 3 additions and 2 deletions

View File

@@ -13,7 +13,7 @@
<!-- EVENT overall_footer_breadcrumb_prepend -->
<span class="crumb">
<a href="{U_INDEX}" data-navbar-reference="index">
<i class="icon fa-home fa-fw" aria-hidden="true"></i><span>{L_INDEX}</span>
<!-- IF not U_SITE_HOME --><i class="icon fa-home fa-fw" aria-hidden="true"></i><!-- ENDIF --><span>{L_INDEX}</span>
</a>
</span>
<!-- EVENT overall_footer_breadcrumb_append -->