diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-02-11 13:00:57 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-02-11 13:00:57 +0000 |
commit | d0febff388dbf48fab7179dcb043cc06846c33fe (patch) | |
tree | 843936f716a786b960acdaef5d6bdca17057f258 | |
parent | f96f1d8dadf8c97360892555a806ff52e3b0b40c (diff) | |
download | forums-d0febff388dbf48fab7179dcb043cc06846c33fe.tar forums-d0febff388dbf48fab7179dcb043cc06846c33fe.tar.gz forums-d0febff388dbf48fab7179dcb043cc06846c33fe.tar.bz2 forums-d0febff388dbf48fab7179dcb043cc06846c33fe.tar.xz forums-d0febff388dbf48fab7179dcb043cc06846c33fe.zip |
Altered U_TOPIC to U_VIEW_TOPIC inline with other vars
git-svn-id: file:///svn/phpbb/trunk@2087 89ea8834-ac86-4346-8a33-228a782c2dd0
-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 b1b2146a4d..9ff7fdc25e 100644 --- a/phpBB/templates/subSilver/viewtopic_body.tpl +++ b/phpBB/templates/subSilver/viewtopic_body.tpl @@ -1,7 +1,7 @@ <table width="100%" cellspacing="2" cellpadding="2" border="0"> <tr> - <td align="left" valign="bottom" colspan="2"><a class="maintitle" href="{U_TOPIC}">{TOPIC_TITLE}</a><br /> + <td align="left" valign="bottom" colspan="2"><a class="maintitle" href="{U_VIEW_TOPIC}">{TOPIC_TITLE}</a><br /> <span class="gensmall"><b>{PAGINATION}</b><br /> </span></td> </tr> |