From 82db1c9c50eeac0c18a62f062c12f3f0846a4961 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 17 Jun 2010 15:56:25 +0200 Subject: [PATCH] [ticket/9605] Wrong class added to topiclist, when there's no announcement topic. Compare the topic_type on their real value, to ensure there is no MOD causing problems, because of a new topic-type. PHPBB3-9605 --- phpBB/styles/prosilver/template/viewforum_body.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/phpBB/styles/prosilver/template/viewforum_body.html b/phpBB/styles/prosilver/template/viewforum_body.html index 1c9ec7bc4a..309375c269 100644 --- a/phpBB/styles/prosilver/template/viewforum_body.html +++ b/phpBB/styles/prosilver/template/viewforum_body.html @@ -122,12 +122,12 @@ -
+
  • -
    {L_ACTIVE_TOPICS}{L_ANNOUNCEMENTS}{L_TOPICS}
    +
    {L_ACTIVE_TOPICS}{L_ANNOUNCEMENTS}{L_TOPICS}
    {L_REPLIES}
    {L_VIEWS}
    {L_LAST_POST}
    @@ -137,7 +137,7 @@