diff options
author | Tom Beddard <subblue@users.sourceforge.net> | 2006-02-02 20:25:21 +0000 |
---|---|---|
committer | Tom Beddard <subblue@users.sourceforge.net> | 2006-02-02 20:25:21 +0000 |
commit | de75ce31a4ac575b9b8ab9ea321ed78919dd7c34 (patch) | |
tree | 410f09a69a07ac1b108db1f9dd60b92557fce317 /phpBB/styles/subSilver/template/simple_footer.html | |
parent | 8f3483b9869d55e8e17940e8074fe6157e735a6d (diff) | |
download | forums-de75ce31a4ac575b9b8ab9ea321ed78919dd7c34.tar forums-de75ce31a4ac575b9b8ab9ea321ed78919dd7c34.tar.gz forums-de75ce31a4ac575b9b8ab9ea321ed78919dd7c34.tar.bz2 forums-de75ce31a4ac575b9b8ab9ea321ed78919dd7c34.tar.xz forums-de75ce31a4ac575b9b8ab9ea321ed78919dd7c34.zip |
updated the simple header styling & footers
git-svn-id: file:///svn/phpbb/trunk@5514 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/subSilver/template/simple_footer.html')
-rw-r--r-- | phpBB/styles/subSilver/template/simple_footer.html | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/phpBB/styles/subSilver/template/simple_footer.html b/phpBB/styles/subSilver/template/simple_footer.html index 107ce82b2e..45555fcf7c 100644 --- a/phpBB/styles/subSilver/template/simple_footer.html +++ b/phpBB/styles/subSilver/template/simple_footer.html @@ -1,19 +1,20 @@ -<div class="copyright" align="center"> +</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 2.0. If you cannot (for good - reason) retain the full copyright we request you at least leave in place the - Powered by phpBB {PHPBB_VERSION} line, with phpBB linked to www.phpbb.com. If you refuse - to include even this then support on our forums may be affected. + but also helps build interest, traffic and use of phpBB2. 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 : 2002 + The phpBB Group : 2006 // --> -Powered by <a href="http://www.phpbb.com/" target="_phpbb">phpBB</a> {PHPBB_VERSION} © 2002 phpBB Group</div> - </td> - </tr> -</table> + +<div id="wrapfooter"> + <span class="copyright">Powered by <a href="http://www.phpbb.com/">phpBB</a> © 2002, 2006 phpBB Group</span> +</div> </body> </html>
\ No newline at end of file |