1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-09 10:16:36 +02:00

[ticket/16859] Optimize code to save SQL queries and use Twig for template

PHPBB3-16859
This commit is contained in:
rxu
2021-08-29 00:15:06 +07:00
parent 92a2c08616
commit c3598d0d58
3 changed files with 27 additions and 18 deletions

View File

@@ -57,12 +57,12 @@
<hr />
<!-- EVENT ucp_register_options_before -->
<!-- IF S_LANG_OPTIONS -->
{% if S_LANG_OPTIONS %}
<dl>
<dt><label for="lang">{L_LANGUAGE}{L_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>
</dl>
<!-- ENDIF -->
{% endif %}
<!-- INCLUDE timezone_option.html -->