aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subSilver/template/viewforum_subforum.html
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/styles/subSilver/template/viewforum_subforum.html')
-rw-r--r--phpBB/styles/subSilver/template/viewforum_subforum.html45
1 files changed, 23 insertions, 22 deletions
diff --git a/phpBB/styles/subSilver/template/viewforum_subforum.html b/phpBB/styles/subSilver/template/viewforum_subforum.html
index ff1e41a2fb..cb152010c5 100644
--- a/phpBB/styles/subSilver/template/viewforum_subforum.html
+++ b/phpBB/styles/subSilver/template/viewforum_subforum.html
@@ -1,32 +1,33 @@
- <table class="tablebg" width="100%" cellspacing="1">
- <tr>
- <td class="cat" colspan="5" align="right"><a class="nav" href="{U_MARK_FORUMS}">{L_MARK_FORUMS_READ}</a>&nbsp;</td>
- </tr>
- <tr>
- <th colspan="2" nowrap="nowrap">&nbsp;{L_FORUM}&nbsp;</th>
- <th width="50" nowrap="nowrap">&nbsp;{L_TOPICS}&nbsp;</th>
- <th width="50" nowrap="nowrap">&nbsp;{L_POSTS}&nbsp;</th>
- <th nowrap="nowrap">&nbsp;{L_LAST_POST}&nbsp;</th>
- </tr>
- <!-- BEGIN forumrow -->
- <!-- IF forumrow.S_IS_CAT -->
+<table class="tablebg" width="100%" cellspacing="1">
+<tr>
+ <td class="cat" colspan="5" align="right"><a class="nav" href="{U_MARK_FORUMS}">{L_MARK_FORUMS_READ}</a>&nbsp;</td>
+</tr>
+<tr>
+ <th colspan="2" nowrap="nowrap">&nbsp;{L_FORUM}&nbsp;</th>
+ <th width="50" nowrap="nowrap">&nbsp;{L_TOPICS}&nbsp;</th>
+ <th width="50" nowrap="nowrap">&nbsp;{L_POSTS}&nbsp;</th>
+ <th nowrap="nowrap">&nbsp;{L_LAST_POST}&nbsp;</th>
+</tr>
+<!-- BEGIN forumrow -->
+ <!-- IF forumrow.S_IS_CAT -->
<tr>
<td class="cat" colspan="2"><a class="cattitle" href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a></td>
<td class="catdiv" colspan="3" align="right">&nbsp;</td>
</tr>
- <!-- ELSEIF forumrow.S_IS_LINK -->
+ <!-- ELSEIF forumrow.S_IS_LINK -->
<tr>
<td class="row1" width="50" align="center" valign="middle">{forumrow.FORUM_FOLDER_IMG}</td>
<td class="row1"><a class="forumlink" href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a><br />
<table cellspacing="5" cellpadding="0" border="0">
- <tr>
- <td><span class="gensmall">{forumrow.FORUM_DESC}</span></td>
- </tr>
- </table></td>
+ <tr>
+ <td><span class="gensmall">{forumrow.FORUM_DESC}</span></td>
+ </tr>
+ </table>
+ </td>
<td class="row2" colspan="3" align="center" valign="middle"><!-- IF forumrow.CLICKS --><span class="genmed">{L_REDIRECTS}: {forumrow.CLICKS}</span><!-- ENDIF --></td>
</tr>
- <!-- ELSE -->
+ <!-- ELSE -->
<tr>
<td class="row1" width="50" align="center" valign="middle">{forumrow.FORUM_FOLDER_IMG}</td>
<td class="row1" width="100%">
@@ -57,8 +58,8 @@
<!-- ENDIF -->
</td>
</tr>
- <!-- ENDIF -->
- <!-- END forumrow -->
- </table>
+ <!-- ENDIF -->
+<!-- END forumrow -->
+</table>
- <br clear="all" />
+<br clear="all" />