aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/overall_header.html
diff options
context:
space:
mode:
authorhanakin <midaym@gmail.com>2019-12-17 14:28:53 -0800
committerhanakin <midaym@gmail.com>2019-12-17 14:28:53 -0800
commitfce796517b7feb88468d52e96db8d3c1d3a41cbe (patch)
tree27ba30f2c51d79103d06570cf3edb9607c8c2da1 /phpBB/styles/prosilver/template/overall_header.html
parentd65927674910b3f86c5af47731561ef51087af77 (diff)
downloadforums-fce796517b7feb88468d52e96db8d3c1d3a41cbe.tar
forums-fce796517b7feb88468d52e96db8d3c1d3a41cbe.tar.gz
forums-fce796517b7feb88468d52e96db8d3c1d3a41cbe.tar.bz2
forums-fce796517b7feb88468d52e96db8d3c1d3a41cbe.tar.xz
forums-fce796517b7feb88468d52e96db8d3c1d3a41cbe.zip
[ticket/16248] Convert to twig
PHPBB3-16248
Diffstat (limited to 'phpBB/styles/prosilver/template/overall_header.html')
-rw-r--r--phpBB/styles/prosilver/template/overall_header.html2
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 b1f7184a9d..44b580a903 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 -->{L_SITE_HOME}<!-- ELSE -->{L_INDEX}<!-- ENDIF -->">
+ <a id="logo" class="logo" href="{% if U_SITE_HOME %}{{ U_SITE_HOME }}{% else %}{{ U_INDEX }}{% endif %}" title="{% if U_SITE_HOME %}{{ lang(L_SITE_HOME) }}{% else %}{{ lang(L_INDEX) }}{% endif %}">
<span class="site_logo"></span>
</a>
<h1>{SITENAME}</h1>