diff options
| author | Andreas Fischer <bantu@phpbb.com> | 2010-06-17 16:31:38 +0200 |
|---|---|---|
| committer | Andreas Fischer <bantu@phpbb.com> | 2010-06-17 16:31:38 +0200 |
| commit | 9975d24b9d3f82df30751016eff92a2cfc528d33 (patch) | |
| tree | d77edc32351d3ed511d04234ec048b5cc1d8da32 | |
| parent | 84e58260aef8011621333e8ab2656dd0f011c3e8 (diff) | |
| parent | 877d852a5290ffddf24fb33a3e8264dd5ccd234c (diff) | |
| download | forums-9975d24b9d3f82df30751016eff92a2cfc528d33.tar forums-9975d24b9d3f82df30751016eff92a2cfc528d33.tar.gz forums-9975d24b9d3f82df30751016eff92a2cfc528d33.tar.bz2 forums-9975d24b9d3f82df30751016eff92a2cfc528d33.tar.xz forums-9975d24b9d3f82df30751016eff92a2cfc528d33.zip | |
Merge branch 'ticket/nickvergessen/9605' into develop-olympus
* ticket/nickvergessen/9605:
[ticket/9605] Wrong class added to topiclist, when there's no announcement topic.
| -rw-r--r-- | phpBB/styles/prosilver/template/viewforum_body.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/viewforum_body.html b/phpBB/styles/prosilver/template/viewforum_body.html index cc38ed9d2b..1c9ec7bc4a 100644 --- a/phpBB/styles/prosilver/template/viewforum_body.html +++ b/phpBB/styles/prosilver/template/viewforum_body.html @@ -122,7 +122,7 @@ <!-- ENDIF --> <!-- IF topicrow.S_FIRST_ROW or not topicrow.S_TOPIC_TYPE_SWITCH --> - <div class="forumbg<!-- IF topicrow.S_TOPIC_TYPE_SWITCH --> announcement<!-- ENDIF -->"> + <div class="forumbg<!-- IF topicrow.S_TOPIC_TYPE_SWITCH and topicrow.S_TOPIC_TYPE gt 1 --> announcement<!-- ENDIF -->"> <div class="inner"><span class="corners-top"><span></span></span> <ul class="topiclist"> <li class="header"> |
