diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-11-18 14:02:25 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-11-18 14:02:25 +0000 |
commit | 939e9855710b3b00604398d547d756fcaec1e2c5 (patch) | |
tree | 21d55bb1fecce565c31a9d0a146d1d3147043180 /phpBB/templates/subSilver/viewtopic_body.tpl | |
parent | bfa98e0e3a56f75425c8348fbbd37208dfdefe60 (diff) | |
download | forums-939e9855710b3b00604398d547d756fcaec1e2c5.tar forums-939e9855710b3b00604398d547d756fcaec1e2c5.tar.gz forums-939e9855710b3b00604398d547d756fcaec1e2c5.tar.bz2 forums-939e9855710b3b00604398d547d756fcaec1e2c5.tar.xz forums-939e9855710b3b00604398d547d756fcaec1e2c5.zip |
More lang related cleanups
git-svn-id: file:///svn/phpbb/trunk@1355 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates/subSilver/viewtopic_body.tpl')
-rw-r--r-- | phpBB/templates/subSilver/viewtopic_body.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/templates/subSilver/viewtopic_body.tpl b/phpBB/templates/subSilver/viewtopic_body.tpl index 7a1bbdf93f..1792ee0838 100644 --- a/phpBB/templates/subSilver/viewtopic_body.tpl +++ b/phpBB/templates/subSilver/viewtopic_body.tpl @@ -9,7 +9,7 @@ <table width="100%" cellspacing="2" cellpadding="2" border="0"> <tr> <td align="left" valign="bottom" nowrap="nowrap"><span class="nav"><a href="{U_POST_NEW_TOPIC}"><img src="{IMG_POST}" border="0" alt="{L_POST_NEW_TOPIC}" align="middle" width="82" height="25" /></a> <a href="{U_POST_REPLY_TOPIC}"><img src="{IMG_REPLY}" border="0" alt="{L_POST_REPLY_TOPIC}" align="middle" width="82" height="25" /></a></span></td> - <td align="left" valign="middle" width="100%"><span class="nav"> <a href="{U_INDEX}" class="nav">{SITENAME} {L_INDEX}</a> + <td align="left" valign="middle" width="100%"><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> |