mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-23 18:38:53 +00:00
[ticket/16237] L_ required for INDEX
PHPBB3-16237
This commit is contained in:
parent
df45e5c9d2
commit
b33ab7545c
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
{% apply spaceless %}
|
||||
<span class="crumb">
|
||||
<a href="{U_INDEX}" data-navbar-reference="index">
|
||||
<!-- IF not U_SITE_HOME -->{{ Icon('iconify', 'fa:home', lang(INDEX), false) }}<!-- ENDIF -->
|
||||
<!-- IF not U_SITE_HOME -->{{ Icon('iconify', 'fa:home', lang(L_INDEX), false) }}<!-- ENDIF -->
|
||||
</a>
|
||||
</span>
|
||||
{% endapply %}
|
||||
|
|
Loading…
Add table
Reference in a new issue