diff options
author | Marc Alexander <admin@m-a-styles.de> | 2019-08-16 12:24:46 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2019-08-16 12:24:46 +0200 |
commit | 826cc9751a8956d275f5e8e894d3fe3d89f6004d (patch) | |
tree | 443beede337e6fbd4e0c6d965a7f68da29d70104 /phpBB/adm/style | |
parent | f5f03d24e9ac04ac9f5ae5896ec04ccdc55ef38c (diff) | |
parent | 2d8c5efbd26cecf00188c2e3d6d6235b820575a0 (diff) | |
download | forums-826cc9751a8956d275f5e8e894d3fe3d89f6004d.tar forums-826cc9751a8956d275f5e8e894d3fe3d89f6004d.tar.gz forums-826cc9751a8956d275f5e8e894d3fe3d89f6004d.tar.bz2 forums-826cc9751a8956d275f5e8e894d3fe3d89f6004d.tar.xz forums-826cc9751a8956d275f5e8e894d3fe3d89f6004d.zip |
Merge branch '3.2.x' into 3.3.x
Diffstat (limited to 'phpBB/adm/style')
-rw-r--r-- | phpBB/adm/style/installer_footer.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/phpBB/adm/style/installer_footer.html b/phpBB/adm/style/installer_footer.html index fefa8f6d3f..54e6951a12 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>® Forum Software © phpBB Limited + {% if S_COPYRIGHT_HTML %} + {{ CREDIT_LINE }} + {% endif %} </div> </div> </div> |