diff options
Diffstat (limited to 'phpBB/styles/subsilver2/template/viewforum_body.html')
-rw-r--r-- | phpBB/styles/subsilver2/template/viewforum_body.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/styles/subsilver2/template/viewforum_body.html b/phpBB/styles/subsilver2/template/viewforum_body.html index b4c58834b2..b6c9e8d437 100644 --- a/phpBB/styles/subsilver2/template/viewforum_body.html +++ b/phpBB/styles/subsilver2/template/viewforum_body.html @@ -148,6 +148,7 @@ </table> <!-- ENDIF --> + <!-- IF S_IS_POSTABLE or .topicrow --> <table class="tablebg" width="100%" cellspacing="1"> <tr> <td class="cat" colspan="<!-- IF S_TOPIC_ICONS -->7<!-- ELSE -->6<!-- ENDIF -->"> @@ -235,6 +236,7 @@ </td> </tr> </table> + <!-- ENDIF --> <!-- IF S_DISPLAY_POST_INFO or TOTAL_TOPICS --> <table width="100%" cellspacing="1"> |