diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-05-31 22:57:53 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-05-31 22:57:53 +0000 |
commit | bc18a32d45b6c538e0418114ce0257154a4ec5ff (patch) | |
tree | f582d1d51c90ff15aceb3d8efeb3aa8f94b5b078 | |
parent | 326197f7f0319e766d2ceffab75ca09f83da71db (diff) | |
download | forums-bc18a32d45b6c538e0418114ce0257154a4ec5ff.tar forums-bc18a32d45b6c538e0418114ce0257154a4ec5ff.tar.gz forums-bc18a32d45b6c538e0418114ce0257154a4ec5ff.tar.bz2 forums-bc18a32d45b6c538e0418114ce0257154a4ec5ff.tar.xz forums-bc18a32d45b6c538e0418114ce0257154a4ec5ff.zip |
Added admin link
git-svn-id: file:///svn/phpbb/trunk@395 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r-- | phpBB/templates/PSO/overall_footer.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/templates/PSO/overall_footer.tpl b/phpBB/templates/PSO/overall_footer.tpl index e3d2a18d69..588b27eb00 100644 --- a/phpBB/templates/PSO/overall_footer.tpl +++ b/phpBB/templates/PSO/overall_footer.tpl @@ -1,4 +1,5 @@ <center> +<font face="{T_FONTFACE1}" size="{T_FONTSIZE1}" color="{T_FONTCOLO1}">{ADMIN_LINK}</font> <br clear="all" /> <font face="{T_FONTFACE1}" size="{T_FONTSIZE1}" color="{T_FONTCOLO1}">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" /> |