[ticket/16248] stupid lack of standards are stupid

PHPBB3-16248
This commit is contained in:
hanakin 2019-12-17 17:41:21 -08:00
parent 26c4dfb9d7
commit 8e54e5cc79

View file

@ -84,7 +84,7 @@
<div class="inner"> <div class="inner">
<div id="site-description" class="site-description"> <div id="site-description" class="site-description">
<a id="logo" class="logo" href="{% if U_SITE_HOME %}{{ U_SITE_HOME }}{% else %}{{ U_INDEX }}{% endif %}" title="{% if U_SITE_HOME %}{{ lang('SITE_HOME') }}{% else %}{{ lang('INDEX') }}{% endif %}"> <a id="logo" class="logo" href="{% if U_SITE_HOME %}{{ U_SITE_HOME }}{% else %}{{ U_INDEX }}{% endif %}" title="{% if U_SITE_HOME %}{{ L_SITE_HOME }}{% else %}{{ L_INDEX }}{% endif %}">
<span class="site_logo"></span> <span class="site_logo"></span>
</a> </a>
<h1>{SITENAME}</h1> <h1>{SITENAME}</h1>