1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

[ticket/15745] Use TWIG instead of phpbb template code

PHPBB3-15745
This commit is contained in:
Christian Schnegelberger
2019-08-13 21:32:44 +02:00
parent 64304c8364
commit 14d83139ce
3 changed files with 8 additions and 8 deletions

View File

@@ -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>