aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install
diff options
context:
space:
mode:
authorYuriy Rusko <github@rusko.net>2011-07-06 20:38:02 -0400
committerYuriy Rusko <github@rusko.net>2011-07-06 21:46:33 -0400
commita275d17625325e0353b67fabf5a9b0c4fb35877e (patch)
tree33536796d21f2a1fd2b61995931a8d66c512bb5c /phpBB/install
parentf22081d21e21b5a07d36df8dd132cc2bdffcd9ea (diff)
downloadforums-a275d17625325e0353b67fabf5a9b0c4fb35877e.tar
forums-a275d17625325e0353b67fabf5a9b0c4fb35877e.tar.gz
forums-a275d17625325e0353b67fabf5a9b0c4fb35877e.tar.bz2
forums-a275d17625325e0353b67fabf5a9b0c4fb35877e.tar.xz
forums-a275d17625325e0353b67fabf5a9b0c4fb35877e.zip
[ticket/9859] Changing all phpBB footers to match the new credit line
PHPBB3-9859
Diffstat (limited to 'phpBB/install')
-rw-r--r--phpBB/install/database_update.php2
-rw-r--r--phpBB/install/index.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/install/database_update.php b/phpBB/install/database_update.php
index 47c278ed4e..ac08466a01 100644
--- a/phpBB/install/database_update.php
+++ b/phpBB/install/database_update.php
@@ -525,7 +525,7 @@ function _print_footer()
</div>
<div id="page-footer">
- Powered by <a href="http://www.phpbb.com/">phpBB</a> &copy; phpBB Group
+ Powered by <a href="http://www.phpbb.com/">phpBB</a>&reg; Forum Software &copy; phpBB Group
</div>
</div>
diff --git a/phpBB/install/index.php b/phpBB/install/index.php
index f534980389..5135e2dbd8 100644
--- a/phpBB/install/index.php
+++ b/phpBB/install/index.php
@@ -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>';