diff options
author | hanakin <midaym@gmail.com> | 2019-12-17 17:41:21 -0800 |
---|---|---|
committer | hanakin <midaym@gmail.com> | 2019-12-17 17:41:21 -0800 |
commit | 8e54e5cc798b522d84ebd95b4fd5da398ba175b9 (patch) | |
tree | 59cfba81af89a12e807809cf8bb24102b8793902 /phpBB | |
parent | 26c4dfb9d783e78436f7c8ddc4f84bb84f8eb125 (diff) | |
download | forums-8e54e5cc798b522d84ebd95b4fd5da398ba175b9.tar forums-8e54e5cc798b522d84ebd95b4fd5da398ba175b9.tar.gz forums-8e54e5cc798b522d84ebd95b4fd5da398ba175b9.tar.bz2 forums-8e54e5cc798b522d84ebd95b4fd5da398ba175b9.tar.xz forums-8e54e5cc798b522d84ebd95b4fd5da398ba175b9.zip |
[ticket/16248] stupid lack of standards are stupid
PHPBB3-16248
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/styles/prosilver/template/overall_header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/overall_header.html b/phpBB/styles/prosilver/template/overall_header.html index 992e040152..2867802de4 100644 --- a/phpBB/styles/prosilver/template/overall_header.html +++ b/phpBB/styles/prosilver/template/overall_header.html @@ -84,7 +84,7 @@ <div class="inner"> <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> </a> <h1>{SITENAME}</h1> |