1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-24 09:30:34 +01:00

[ticket/16237] fix lang function

PHPBB3-16237
This commit is contained in:
hanakin 2020-05-02 21:47:56 -10:00
parent a8a5207a42
commit 9aee99b818

View File

@ -368,7 +368,7 @@
<div class="back2top">
<!-- EVENT viewtopic_body_postrow_back2top_prepend -->
<a href="#top" class="top" title="{L_BACK_TO_TOP}">
{{ Icon('iconify', 'fa:chevron-circle-up', false('BACK_TO_TOP'), true, 'c-top-icon') }}
{{ Icon('iconify', 'fa:chevron-circle-up', lang('BACK_TO_TOP'), false, 'c-top-icon') }}
</a>
<!-- EVENT viewtopic_body_postrow_back2top_append -->
</div>