diff options
Diffstat (limited to 'phpBB/styles/prosilver/template/navbar_footer.html')
| -rw-r--r-- | phpBB/styles/prosilver/template/navbar_footer.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/navbar_footer.html b/phpBB/styles/prosilver/template/navbar_footer.html index a6729cac7c..a7864e3a3d 100644 --- a/phpBB/styles/prosilver/template/navbar_footer.html +++ b/phpBB/styles/prosilver/template/navbar_footer.html @@ -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 --> |
