From 3d46cdb81430fa07329231c587c5b1e297c154b5 Mon Sep 17 00:00:00 2001 From: Bart van Bragt Date: Sat, 15 Dec 2001 15:57:47 +0000 Subject: [PATCH] Made titles clickable for fast reload git-svn-id: file:///svn/phpbb/trunk@1585 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/templates/subSilver/viewforum_body.tpl | 4 ++-- phpBB/templates/subSilver/viewtopic_body.tpl | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/phpBB/templates/subSilver/viewforum_body.tpl b/phpBB/templates/subSilver/viewforum_body.tpl index fafb3676b9..d0ecc6364c 100644 --- a/phpBB/templates/subSilver/viewforum_body.tpl +++ b/phpBB/templates/subSilver/viewforum_body.tpl @@ -2,14 +2,14 @@
- - +
{FORUM_NAME}
+
{FORUM_NAME}
{L_MODERATOR}: {MODERATORS}
{PAGINATION}
 
{L_POST_NEW_TOPIC}
diff --git a/phpBB/templates/subSilver/viewtopic_body.tpl b/phpBB/templates/subSilver/viewtopic_body.tpl index 8e4dcad205..a955f4713a 100644 --- a/phpBB/templates/subSilver/viewtopic_body.tpl +++ b/phpBB/templates/subSilver/viewtopic_body.tpl @@ -1,6 +1,6 @@ -
{TOPIC_TITLE}
+
{TOPIC_TITLE}
{PAGINATION}