1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/9859] Changing all phpBB footers to match the new credit line

PHPBB3-9859
This commit is contained in:
Yuriy Rusko
2011-07-06 20:38:02 -04:00
parent f22081d21e
commit a275d17625
15 changed files with 17 additions and 17 deletions

View File

@@ -569,7 +569,7 @@ class module
echo ' </div>';
echo ' </div>';
echo ' <div id="page-footer">';
echo ' Powered by <a href="http://www.phpbb.com/">phpBB</a> &copy; phpBB Group';
echo ' Powered by <a href="http://www.phpbb.com/">phpBB</a>&reg; Forum Software &copy; phpBB Group';
echo ' </div>';
echo '</div>';
echo '</body>';