aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2001-06-18 22:16:32 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2001-06-18 22:16:32 +0000
commit499570030a88ac10a9b0601867e3ccc5d700f7cc (patch)
tree439df23508bff27f65442acca7b86ed64767ef88 /phpBB
parent3fc9943874495e7e6abb6e75895cf579be8fe1b2 (diff)
downloadforums-499570030a88ac10a9b0601867e3ccc5d700f7cc.tar
forums-499570030a88ac10a9b0601867e3ccc5d700f7cc.tar.gz
forums-499570030a88ac10a9b0601867e3ccc5d700f7cc.tar.bz2
forums-499570030a88ac10a9b0601867e3ccc5d700f7cc.tar.xz
forums-499570030a88ac10a9b0601867e3ccc5d700f7cc.zip
Some changes to copyright display
git-svn-id: file:///svn/phpbb/trunk@511 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/templates/PSO/overall_footer.tpl36
1 files changed, 27 insertions, 9 deletions
diff --git a/phpBB/templates/PSO/overall_footer.tpl b/phpBB/templates/PSO/overall_footer.tpl
index f6c11b191e..7304df3c43 100644
--- a/phpBB/templates/PSO/overall_footer.tpl
+++ b/phpBB/templates/PSO/overall_footer.tpl
@@ -1,12 +1,30 @@
-<br clear="all">
-<center>
-<font face="{T_FONTFACE1}" size="{T_FONTSIZE1}" color="{T_FONTCOLOR1}">{ADMIN_LINK}</font>
-<br clear="all">
-<font face="{T_FONTFACE1}" size="{T_FONTSIZE1}" color="{T_FONTCOLOR1}">Powered By <a href="http://www.phpbb.com/" target="_phpbb">phpBB</a> Version: {PHPBB_VERSION} - Fully templated and themed [ Paul's dev version ]</font>
-<br clear="all">
-<font face="{T_FONTFACE1}" size="{T_FONTSIZE1}" color="{T_FONTCOLOR1}">
-Copyright &copy; 2001 phpBB Group, All Rights Reserved</font>
-<br>
+<br clear="all" />
+
+<div align="center" />
+<span class="gensmall">{ADMIN_LINK}</span>
+<br clear="all" /><br />
+<!--
+
+ Please note that the following copyright notice
+ MUST be displayed on each and every page output
+ by phpBB. You may alter the font, colour etc. but
+ you CANNOT remove it, nor change it so that it be,
+ to all intents and purposes, invisible. You may ADD
+ your own notice to it should you have altered the
+ code but you may not replace it. The hyperlink must
+ also remain intact. These conditions are part of the
+ licence this software is released under. See the
+ LICENCE and README files for more information.
+
+ The phpBB Group : 2001
+
+//-->
+<span class="gensmall">Powered By <a href="http://www.phpbb.com/" target="_phpbb">phpBB 2.0 - alpha</a></span>
+<br clear="all" />
+<span class="gensmall">This bulletin board software is copyright &copy; 2001 phpBB Group, All Rights Reserved</span>
+</div>
+
+<br clear="all" />
</body>
</html> \ No newline at end of file