[ticket/12750] Center installation page copyright text.

PHPBB3-12750
This commit is contained in:
Cesar G 2014-06-23 20:53:18 -07:00
parent 8c44b2721c
commit e427d203b6
2 changed files with 6 additions and 2 deletions

View file

@ -5,7 +5,9 @@
</div> </div>
<div id="page-footer"> <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>
</div> </div>

View file

@ -41,7 +41,9 @@ function phpbb_end_update($cache, $config)
</div> </div>
<div id="page-footer"> <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>
</div> </div>
</body> </body>