|
From: Paul S. O. <ps...@us...> - 2002-04-20 22:56:13
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver
In directory usw-pr-cvs1:/tmp/cvs-serv10218/templates/subSilver
Modified Files:
viewforum_body.tpl
Log Message:
Forum watch stuff ... just copied the topic watch stuff and thus needs reviewing inline with everything else ... but something needed to be added to 2.1 :)
Index: viewforum_body.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/viewforum_body.tpl,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -r1.21 -r1.22
*** viewforum_body.tpl 20 Apr 2002 00:22:29 -0000 1.21
--- viewforum_body.tpl 20 Apr 2002 22:56:09 -0000 1.22
***************
*** 54,57 ****
--- 54,60 ----
<td align="left" colspan="3"><span class="nav">{PAGE_NUMBER}</span></td>
</tr>
+ <tr>
+ <td colspan="3"><span class="gensmall">{S_WATCH_FORUM}</span></td>
+ </tr>
</table>
</form>
|