diff options
author | Cesar G <prototech91@gmail.com> | 2014-06-23 20:53:18 -0700 |
---|---|---|
committer | Cesar G <prototech91@gmail.com> | 2014-06-24 01:48:31 -0700 |
commit | e427d203b6aeaa600d71d302551c874df648ee06 (patch) | |
tree | 054886a72557296552418831d73e16053dcfe66f /phpBB/install | |
parent | 8c44b2721ceba7c98f6a0851ebaec6ed882df87a (diff) | |
download | forums-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
Diffstat (limited to 'phpBB/install')
-rw-r--r-- | phpBB/install/database_update.php | 4 |
1 files changed, 3 insertions, 1 deletions
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>® Forum Software © phpBB Limited + <div class="copyright"> + Powered by <a href="https://www.phpbb.com/">phpBB</a>® Forum Software © phpBB Limited + </div> </div> </div> </body> |