diff options
Diffstat (limited to 'phpBB/styles')
| -rw-r--r-- | phpBB/styles/prosilver/template/forumlist_body.html | 4 | ||||
| -rw-r--r-- | phpBB/styles/subsilver2/template/forumlist_body.html | 6 |
2 files changed, 8 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/template/forumlist_body.html b/phpBB/styles/prosilver/template/forumlist_body.html index 523e9bc5e1..3332d79421 100644 --- a/phpBB/styles/prosilver/template/forumlist_body.html +++ b/phpBB/styles/prosilver/template/forumlist_body.html @@ -1,13 +1,13 @@ <!-- BEGIN forumrow --> - <!-- IF forumrow.S_IS_CAT and not forumrow.S_FIRST_ROW --> + <!-- IF (forumrow.S_IS_CAT and not forumrow.S_FIRST_ROW) or forumrow.S_NO_CAT --> </ul> <span class="corners-bottom"><span></span></span></div> </div> <!-- ENDIF --> - <!-- IF forumrow.S_IS_CAT or forumrow.S_FIRST_ROW --> + <!-- IF forumrow.S_IS_CAT or forumrow.S_FIRST_ROW or forumrow.S_NO_CAT --> <div class="forabg"> <div class="inner"><span class="corners-top"><span></span></span> <ul class="topiclist"> diff --git a/phpBB/styles/subsilver2/template/forumlist_body.html b/phpBB/styles/subsilver2/template/forumlist_body.html index bc335fad45..5454e63ffe 100644 --- a/phpBB/styles/subsilver2/template/forumlist_body.html +++ b/phpBB/styles/subsilver2/template/forumlist_body.html @@ -32,6 +32,12 @@ <!-- ENDIF --> </tr> <!-- ELSE --> + <!-- IF forumrow.S_NO_CAT --> + <tr> + <td class="cat" colspan="2"><h4>{L_FORUM}</h4></td> + <td class="catdiv" colspan="3"> </td> + </tr> + <!-- ENDIF --> <tr> <td class="row1" width="50" align="center">{forumrow.FORUM_FOLDER_IMG}</td> <td class="row1" width="100%"> |
