aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCesar G <prototech91@gmail.com>2014-06-23 20:53:18 -0700
committerCesar G <prototech91@gmail.com>2014-06-24 01:48:31 -0700
commite427d203b6aeaa600d71d302551c874df648ee06 (patch)
tree054886a72557296552418831d73e16053dcfe66f
parent8c44b2721ceba7c98f6a0851ebaec6ed882df87a (diff)
downloadforums-e427d203b6aeaa600d71d302551c874df648ee06.tar
forums-e427d203b6aeaa600d71d302551c874df648ee06.tar.gz
forums-e427d203b6aeaa600d71d302551c874df648ee06.tar.bz2
forums-e427d203b6aeaa600d71d302551c874df648ee06.tar.xz
forums-e427d203b6aeaa600d71d302551c874df648ee06.zip
[ticket/12750] Center installation page copyright text.
PHPBB3-12750
-rw-r--r--phpBB/adm/style/install_footer.html4
-rw-r--r--phpBB/install/database_update.php4
2 files changed, 6 insertions, 2 deletions
diff --git a/phpBB/adm/style/install_footer.html b/phpBB/adm/style/install_footer.html
index 75ad3c39f4..a29fce6c5a 100644
--- a/phpBB/adm/style/install_footer.html
+++ b/phpBB/adm/style/install_footer.html
@@ -5,7 +5,9 @@
</div>
<div id="page-footer">
- Powered by <a href="https://www.phpbb.com/">phpBB</a>&reg; Forum Software &copy; phpBB Limited
+ <div class="copyright">
+ Powered by <a href="https://www.phpbb.com/">phpBB</a>&reg; Forum Software &copy; phpBB Limited
+ </div>
</div>
</div>
diff --git a/phpBB/install/database_update.php b/phpBB/install/database_update.php
index 72073be880..c349d71563 100644
--- a/phpBB/install/database_update.php
+++ b/phpBB/install/database_update.php
@@ -41,7 +41,9 @@ function phpbb_end_update($cache, $config)
</div>
<div id="page-footer">
- Powered by <a href="https://www.phpbb.com/">phpBB</a>&reg; Forum Software &copy; phpBB Limited
+ <div class="copyright">
+ Powered by <a href="https://www.phpbb.com/">phpBB</a>&reg; Forum Software &copy; phpBB Limited
+ </div>
</div>
</div>
</body>