mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-04 15:57:45 +02:00
[ticket/16859] Twigify the rest of respective template block
PHPBB3-16859
This commit is contained in:
@@ -59,8 +59,8 @@
|
|||||||
<!-- EVENT ucp_register_options_before -->
|
<!-- EVENT ucp_register_options_before -->
|
||||||
{% if S_LANG_OPTIONS %}
|
{% if S_LANG_OPTIONS %}
|
||||||
<dl>
|
<dl>
|
||||||
<dt><label for="lang">{L_LANGUAGE}{L_COLON}</label></dt>
|
<dt><label for="lang">{{ lang('LANGUAGE') ~ lang('COLON') }}</label></dt>
|
||||||
<dd><select name="lang" id="lang" onchange="change_language(this.value); return false;" tabindex="6" title="{L_LANGUAGE}">{S_LANG_OPTIONS}</select></dd>
|
<dd><select name="lang" id="lang" onchange="change_language(this.value); return false;" tabindex="6" title="{{ lang('LANGUAGE') }}">{{ S_LANG_OPTIONS }}</select></dd>
|
||||||
</dl>
|
</dl>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user