aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/installer_footer.html
diff options
context:
space:
mode:
authorChristian Schnegelberger <mail@crizzo.de>2019-08-13 21:32:44 +0200
committerChristian Schnegelberger <mail@crizzo.de>2019-08-13 21:34:16 +0200
commit14d83139ce488b12085a14935c88a40dfdf2492f (patch)
treecaad52aac2f8793e370987096311c6232789ed84 /phpBB/adm/style/installer_footer.html
parent64304c836403a141d59e428de5f833ea385eda6f (diff)
downloadforums-14d83139ce488b12085a14935c88a40dfdf2492f.tar
forums-14d83139ce488b12085a14935c88a40dfdf2492f.tar.gz
forums-14d83139ce488b12085a14935c88a40dfdf2492f.tar.bz2
forums-14d83139ce488b12085a14935c88a40dfdf2492f.tar.xz
forums-14d83139ce488b12085a14935c88a40dfdf2492f.zip
[ticket/15745] Use TWIG instead of phpbb template code
PHPBB3-15745
Diffstat (limited to 'phpBB/adm/style/installer_footer.html')
-rw-r--r--phpBB/adm/style/installer_footer.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/adm/style/installer_footer.html b/phpBB/adm/style/installer_footer.html
index 181add5038..54e6951a12 100644
--- a/phpBB/adm/style/installer_footer.html
+++ b/phpBB/adm/style/installer_footer.html
@@ -6,9 +6,9 @@
<div id="page-footer">
<div class="copyright">
- <!-- IF S_COPYRIGHT_HTML -->
+ {% if S_COPYRIGHT_HTML %}
{{ CREDIT_LINE }}
- <!-- ENDIF -->
+ {% endif %}
</div>
</div>
</div>