aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Schnegelberger <mail@crizzo.de>2019-08-13 21:05:12 +0200
committerChristian Schnegelberger <mail@crizzo.de>2019-08-13 21:05:12 +0200
commit64304c836403a141d59e428de5f833ea385eda6f (patch)
treead0acbd6427592cde26ad279bd593aa78416c8b3
parenta4436fb54d6b3f18d183bf919d873459eb54a9e2 (diff)
downloadforums-64304c836403a141d59e428de5f833ea385eda6f.tar
forums-64304c836403a141d59e428de5f833ea385eda6f.tar.gz
forums-64304c836403a141d59e428de5f833ea385eda6f.tar.bz2
forums-64304c836403a141d59e428de5f833ea385eda6f.tar.xz
forums-64304c836403a141d59e428de5f833ea385eda6f.zip
[ticket/15745] Uses {{ CREDIT_LINE }} instead of hardcoded language
PHPBB3-15745
-rw-r--r--phpBB/adm/style/installer_footer.html4
-rw-r--r--phpBB/styles/prosilver/template/ucp_pm_viewmessage_print.html9
-rw-r--r--phpBB/styles/prosilver/template/viewtopic_print.html9
3 files changed, 19 insertions, 3 deletions
diff --git a/phpBB/adm/style/installer_footer.html b/phpBB/adm/style/installer_footer.html
index fefa8f6d3f..181add5038 100644
--- a/phpBB/adm/style/installer_footer.html
+++ b/phpBB/adm/style/installer_footer.html
@@ -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>
diff --git a/phpBB/styles/prosilver/template/ucp_pm_viewmessage_print.html b/phpBB/styles/prosilver/template/ucp_pm_viewmessage_print.html
index 7a8849258a..06a9699e92 100644
--- a/phpBB/styles/prosilver/template/ucp_pm_viewmessage_print.html
+++ b/phpBB/styles/prosilver/template/ucp_pm_viewmessage_print.html
@@ -42,7 +42,14 @@
<div id="page-footer" class="page-footer">
<div class="page-number">{S_TIMEZONE}<br />{PAGE_NUMBER}</div>
- <div class="copyright">Powered by phpBB&reg; Forum Software &copy; 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>
diff --git a/phpBB/styles/prosilver/template/viewtopic_print.html b/phpBB/styles/prosilver/template/viewtopic_print.html
index b504949053..3c77e214e0 100644
--- a/phpBB/styles/prosilver/template/viewtopic_print.html
+++ b/phpBB/styles/prosilver/template/viewtopic_print.html
@@ -38,7 +38,14 @@
<div id="page-footer" class="page-footer">
<div class="page-number">{S_TIMEZONE}<br />{PAGE_NUMBER}</div>
- <div class="copyright">Powered by phpBB&reg; Forum Software &copy; 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>