|
From: Paul S. O. <ps...@us...> - 2002-02-11 13:00:59
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver
In directory usw-pr-cvs1:/tmp/cvs-serv2079/templates/subSilver
Modified Files:
viewtopic_body.tpl
Log Message:
Altered U_TOPIC to U_VIEW_TOPIC inline with other vars
Index: viewtopic_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/viewtopic_body.tpl,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -r1.24 -r1.25
*** viewtopic_body.tpl 6 Jan 2002 00:51:47 -0000 1.24
--- viewtopic_body.tpl 11 Feb 2002 13:00:57 -0000 1.25
***************
*** 2,6 ****
<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 />
<span class="gensmall"><b>{PAGINATION}</b><br />
</span></td>
--- 2,6 ----
<table width="100%" cellspacing="2" cellpadding="2" border="0">
<tr>
! <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>
|