diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-04-20 22:56:09 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-04-20 22:56:09 +0000 |
commit | fa3d0694a8ecdd6c4cfc59fa34d270ea50d22fb2 (patch) | |
tree | 7f0c5cfa8148f80c29af8c5659debe37709e4aae /phpBB/templates | |
parent | 35c0d33ee7c37a59fc4be557c69b53b0253742a1 (diff) | |
download | forums-fa3d0694a8ecdd6c4cfc59fa34d270ea50d22fb2.tar forums-fa3d0694a8ecdd6c4cfc59fa34d270ea50d22fb2.tar.gz forums-fa3d0694a8ecdd6c4cfc59fa34d270ea50d22fb2.tar.bz2 forums-fa3d0694a8ecdd6c4cfc59fa34d270ea50d22fb2.tar.xz forums-fa3d0694a8ecdd6c4cfc59fa34d270ea50d22fb2.zip |
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 :)
git-svn-id: file:///svn/phpbb/trunk@2536 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates')
-rw-r--r-- | phpBB/templates/subSilver/viewforum_body.tpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/phpBB/templates/subSilver/viewforum_body.tpl b/phpBB/templates/subSilver/viewforum_body.tpl index df8ecfd0ad..6199121034 100644 --- a/phpBB/templates/subSilver/viewforum_body.tpl +++ b/phpBB/templates/subSilver/viewforum_body.tpl @@ -53,6 +53,9 @@ <tr> <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> |