diff options
author | Nils Adermann <naderman@naderman.de> | 2011-01-16 22:26:27 +0100 |
---|---|---|
committer | Nils Adermann <naderman@naderman.de> | 2011-01-16 22:26:27 +0100 |
commit | cde423591e90e58361b17f29f6841887573a0fa8 (patch) | |
tree | 226ac5c83f799e47644d9f11ea7d43c4ddab9ec6 /phpBB/adm/style/overall_footer.html | |
parent | 656f18d3af1168b15648e77005345698c3a507b5 (diff) | |
parent | ba5c7d8e63d97650989c2866c20c11f16f4c1128 (diff) | |
download | forums-cde423591e90e58361b17f29f6841887573a0fa8.tar forums-cde423591e90e58361b17f29f6841887573a0fa8.tar.gz forums-cde423591e90e58361b17f29f6841887573a0fa8.tar.bz2 forums-cde423591e90e58361b17f29f6841887573a0fa8.tar.xz forums-cde423591e90e58361b17f29f6841887573a0fa8.zip |
Merge branch 'develop-olympus' into develop
* develop-olympus:
[ticket/9859] Remove the years from the copyright statements in docs files.
[ticket/9859] Remove the year from the copyright meta tag in docs/*.html
[ticket/9859] Remove the meta copyright tag as well.
[ticket/9859] Remove the credit line comment from all html files.
[ticket/9859] Remove years in credit line from some more files.
Diffstat (limited to 'phpBB/adm/style/overall_footer.html')
-rw-r--r-- | phpBB/adm/style/overall_footer.html | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/phpBB/adm/style/overall_footer.html b/phpBB/adm/style/overall_footer.html index 0f2b74fa2c..51949d4c66 100644 --- a/phpBB/adm/style/overall_footer.html +++ b/phpBB/adm/style/overall_footer.html @@ -6,21 +6,10 @@ </div> </div> </div> - - <!-- - We request you retain the full copyright notice below including the link to www.phpbb.com. - This not only gives respect to the large amount of time given freely by the developers - but also helps build interest, traffic and use of phpBB. If you (honestly) cannot retain - the full copyright we ask you at least leave in place the "Powered by phpBB" line, with - "phpBB" linked to www.phpbb.com. If you refuse to include even this then support on our - forums may be affected. - - The phpBB Group : 2006 - // --> - + <div id="page-footer"> <!-- IF S_COPYRIGHT_HTML --> - Powered by phpBB © 2000, 2002, 2005, 2007 <a href="http://www.phpbb.com/">phpBB Group</a> + Powered by <a href="http://www.phpbb.com/">phpBB</a> © phpBB Group <!-- IF TRANSLATION_INFO --><br />{TRANSLATION_INFO}<!-- ENDIF --> <!-- ENDIF --> |