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/adm | |
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/adm')
-rw-r--r-- | phpBB/adm/style/install_footer.html | 4 |
1 files changed, 3 insertions, 1 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>® Forum Software © phpBB Limited + <div class="copyright"> + Powered by <a href="https://www.phpbb.com/">phpBB</a>® Forum Software © phpBB Limited + </div> </div> </div> |