diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2007-07-16 15:04:20 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2007-07-16 15:04:20 +0000 |
commit | d4a3e6e47050d497aa444b49cd5dfbb9359aacb0 (patch) | |
tree | 3a22e645bd3153fa6a0fe7f5abda31e33b9cb26b /phpBB/adm/style | |
parent | 683930ca4a31d502b704bbb9366938b4ed6562b1 (diff) | |
download | forums-d4a3e6e47050d497aa444b49cd5dfbb9359aacb0.tar forums-d4a3e6e47050d497aa444b49cd5dfbb9359aacb0.tar.gz forums-d4a3e6e47050d497aa444b49cd5dfbb9359aacb0.tar.bz2 forums-d4a3e6e47050d497aa444b49cd5dfbb9359aacb0.tar.xz forums-d4a3e6e47050d497aa444b49cd5dfbb9359aacb0.zip |
small template fix
git-svn-id: file:///svn/phpbb/trunk@7896 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/style')
-rwxr-xr-x | phpBB/adm/style/install_footer.html | 2 | ||||
-rw-r--r-- | phpBB/adm/style/overall_footer.html | 2 | ||||
-rw-r--r-- | phpBB/adm/style/simple_footer.html | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/adm/style/install_footer.html b/phpBB/adm/style/install_footer.html index e73324dc1f..2ec3581ef4 100755 --- a/phpBB/adm/style/install_footer.html +++ b/phpBB/adm/style/install_footer.html @@ -18,7 +18,7 @@ // --> <div id="page-footer"> - Powered by phpBB {VERSION} © 2000, 2002, 2005, 2007 <a href="http://www.phpbb.com/">phpBB Group</a> + Powered by phpBB © 2000, 2002, 2005, 2007 <a href="http://www.phpbb.com/">phpBB Group</a> </div> </div> diff --git a/phpBB/adm/style/overall_footer.html b/phpBB/adm/style/overall_footer.html index 1185df44bb..d5316aae08 100644 --- a/phpBB/adm/style/overall_footer.html +++ b/phpBB/adm/style/overall_footer.html @@ -19,7 +19,7 @@ <div id="page-footer"> <!-- IF S_COPYRIGHT_HTML --> - Powered by phpBB {VERSION} © 2000, 2002, 2005, 2007 <a href="http://www.phpbb.com/">phpBB Group</a> + Powered by phpBB © 2000, 2002, 2005, 2007 <a href="http://www.phpbb.com/">phpBB Group</a> <!-- IF TRANSLATION_INFO --><br />{TRANSLATION_INFO}<!-- ENDIF --> <!-- ENDIF --> diff --git a/phpBB/adm/style/simple_footer.html b/phpBB/adm/style/simple_footer.html index e9e51fc108..f0564cb2cd 100644 --- a/phpBB/adm/style/simple_footer.html +++ b/phpBB/adm/style/simple_footer.html @@ -16,7 +16,7 @@ <div id="page-footer"> <!-- IF S_COPYRIGHT_HTML --> - <br />Powered by phpBB {VERSION} © 2000, 2002, 2005, 2007 <a href="http://www.phpbb.com/">phpBB Group</a> + <br />Powered by phpBB © 2000, 2002, 2005, 2007 <a href="http://www.phpbb.com/">phpBB Group</a> <!-- IF TRANSLATION_INFO --><br />{TRANSLATION_INFO}<!-- ENDIF --> <!-- ENDIF --> |