diff options
author | Andreas Fischer <bantu@phpbb.com> | 2011-01-16 17:27:08 +0100 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2011-01-16 17:53:30 +0100 |
commit | 2a703b40550129c668e7781aaa1a25612fd42902 (patch) | |
tree | 57ea45fd5bcedd595006badb705c15e09f0c1932 /phpBB/develop/create_variable_overview.php | |
parent | 1359cf654714107f752d14a358d76ee310a9ff57 (diff) | |
download | forums-2a703b40550129c668e7781aaa1a25612fd42902.tar forums-2a703b40550129c668e7781aaa1a25612fd42902.tar.gz forums-2a703b40550129c668e7781aaa1a25612fd42902.tar.bz2 forums-2a703b40550129c668e7781aaa1a25612fd42902.tar.xz forums-2a703b40550129c668e7781aaa1a25612fd42902.zip |
[ticket/9859] Remove years in credit line from some more files.
Standard HTML output now includes:
Powered by <a href="http://www.phpbb.com/">phpBB</a> © phpBB Group
Print output now includes:
Powered by phpBB © phpBB Group<br />http://www.phpbb.com/
This also fixes an inconsistency where "phpBB Group" was linked instead of
"phpBB".
PHPBB3-9859
Diffstat (limited to 'phpBB/develop/create_variable_overview.php')
-rw-r--r-- | phpBB/develop/create_variable_overview.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/develop/create_variable_overview.php b/phpBB/develop/create_variable_overview.php index 3782f53e4c..b5ed090a75 100644 --- a/phpBB/develop/create_variable_overview.php +++ b/phpBB/develop/create_variable_overview.php @@ -528,7 +528,7 @@ foreach ($lang_fp as $filepointer) $html_data .= ' <br><br> -<div class="copyright" align="center">Powered by phpBB 2.2 © <a href="http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB Group</a>, 2003</div> +<div class="copyright" align="center">Powered by <a href="http://www.phpbb.com/">phpBB</a> © phpBB Group</div> <br clear="all" /></td> </tr> |