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

[ticket/15745] Uses {{ CREDIT_LINE }} instead of hardcoded language

PHPBB3-15745
This commit is contained in:
Christian Schnegelberger
2019-08-13 21:05:12 +02:00
parent a4436fb54d
commit 64304c8364
3 changed files with 19 additions and 3 deletions

View File

@@ -6,7 +6,9 @@
<div id="page-footer">
<div class="copyright">
Powered by <a href="https://www.phpbb.com/">phpBB</a>&reg; Forum Software &copy; phpBB Limited
<!-- IF S_COPYRIGHT_HTML -->
{{ CREDIT_LINE }}
<!-- ENDIF -->
</div>
</div>
</div>