mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/15745] Uses {{ CREDIT_LINE }} instead of hardcoded language
PHPBB3-15745
This commit is contained in:
parent
a4436fb54d
commit
64304c8364
3 changed files with 19 additions and 3 deletions
|
@ -6,7 +6,9 @@
|
||||||
|
|
||||||
<div id="page-footer">
|
<div id="page-footer">
|
||||||
<div class="copyright">
|
<div class="copyright">
|
||||||
Powered by <a href="https://www.phpbb.com/">phpBB</a>® Forum Software © phpBB Limited
|
<!-- IF S_COPYRIGHT_HTML -->
|
||||||
|
{{ CREDIT_LINE }}
|
||||||
|
<!-- ENDIF -->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -42,7 +42,14 @@
|
||||||
|
|
||||||
<div id="page-footer" class="page-footer">
|
<div id="page-footer" class="page-footer">
|
||||||
<div class="page-number">{S_TIMEZONE}<br />{PAGE_NUMBER}</div>
|
<div class="page-number">{S_TIMEZONE}<br />{PAGE_NUMBER}</div>
|
||||||
<div class="copyright">Powered by phpBB® Forum Software © phpBB Limited<br />https://www.phpbb.com/</div>
|
<div class="copyright">
|
||||||
|
<p>{ CREDIT_LINE }}
|
||||||
|
</p>
|
||||||
|
<!-- IF TRANSLATION_INFO -->
|
||||||
|
<p>{{ TRANSLATION_INFO }}
|
||||||
|
</p>
|
||||||
|
<!-- ENDIF -->
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -38,7 +38,14 @@
|
||||||
|
|
||||||
<div id="page-footer" class="page-footer">
|
<div id="page-footer" class="page-footer">
|
||||||
<div class="page-number">{S_TIMEZONE}<br />{PAGE_NUMBER}</div>
|
<div class="page-number">{S_TIMEZONE}<br />{PAGE_NUMBER}</div>
|
||||||
<div class="copyright">Powered by phpBB® Forum Software © phpBB Limited<br />https://www.phpbb.com/</div>
|
<div class="copyright">
|
||||||
|
<p>{ CREDIT_LINE }}
|
||||||
|
</p>
|
||||||
|
<!-- IF TRANSLATION_INFO -->
|
||||||
|
<p>{{ TRANSLATION_INFO }}
|
||||||
|
</p>
|
||||||
|
<!-- ENDIF -->
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue