diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-11-24 02:23:36 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-11-24 02:23:36 +0000 |
commit | 2316ed8ca4dea868b279a7387d1b5495f03d58f6 (patch) | |
tree | e665f5fb0ac9295710a450197e2bf89c122f2c66 /phpBB | |
parent | 44c849564fe7e0211dee134e9133c0c7f29ed03a (diff) | |
download | forums-2316ed8ca4dea868b279a7387d1b5495f03d58f6.tar forums-2316ed8ca4dea868b279a7387d1b5495f03d58f6.tar.gz forums-2316ed8ca4dea868b279a7387d1b5495f03d58f6.tar.bz2 forums-2316ed8ca4dea868b279a7387d1b5495f03d58f6.tar.xz forums-2316ed8ca4dea868b279a7387d1b5495f03d58f6.zip |
OOppss missed this one ... this should be my catchphrase ...
git-svn-id: file:///svn/phpbb/trunk@1433 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/templates/subSilver/posting_body.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/templates/subSilver/posting_body.tpl b/phpBB/templates/subSilver/posting_body.tpl index 884f76d39b..2309573c04 100644 --- a/phpBB/templates/subSilver/posting_body.tpl +++ b/phpBB/templates/subSilver/posting_body.tpl @@ -212,7 +212,7 @@ function storeCaret(textEl) { <table width="100%" cellspacing="2" cellpadding="2" border="0" align="center"> <tr> - <td align="left"><span class="nav"><a href="{U_INDEX}" class="nav">{SITENAME} {L_INDEX}</a> + <td align="left"><span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a> -> <a href="{U_VIEW_FORUM}" class="nav">{FORUM_NAME}</a></span></td> </tr> </table> |