diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-10-16 11:12:32 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-10-16 11:12:32 +0000 |
commit | d387e476bcc5c6d41bb6536530d11ed3aa34c682 (patch) | |
tree | b74e4d32f6e9069060f9d8a6d806b46de42d521b /phpBB/templates/subSilver/simple_footer.tpl | |
parent | 83bc62fb2d6b02cf26e115e370db756e0d1b0683 (diff) | |
download | forums-d387e476bcc5c6d41bb6536530d11ed3aa34c682.tar forums-d387e476bcc5c6d41bb6536530d11ed3aa34c682.tar.gz forums-d387e476bcc5c6d41bb6536530d11ed3aa34c682.tar.bz2 forums-d387e476bcc5c6d41bb6536530d11ed3aa34c682.tar.xz forums-d387e476bcc5c6d41bb6536530d11ed3aa34c682.zip |
Topic review changes + updates
git-svn-id: file:///svn/phpbb/trunk@1220 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates/subSilver/simple_footer.tpl')
-rw-r--r-- | phpBB/templates/subSilver/simple_footer.tpl | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/phpBB/templates/subSilver/simple_footer.tpl b/phpBB/templates/subSilver/simple_footer.tpl new file mode 100644 index 0000000000..291147f69b --- /dev/null +++ b/phpBB/templates/subSilver/simple_footer.tpl @@ -0,0 +1,25 @@ + + <!-- + + 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 + +// --> +<div align="center"> <span class="copyright"><br />Powered by phpBB {PHPBB_VERSION} © 2001 <a href="http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB + Group</a></span></div> + </td> + </tr> +</table> + +</body> +</html> |