mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
git-svn-id: file:///svn/phpbb/trunk@6620 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
<td class="row1" width="50" align="center">{forumrow.FORUM_FOLDER_IMG}</td>
|
||||
<td class="row1">
|
||||
<!-- IF forumrow.FORUM_IMAGE -->
|
||||
<div style="float: left;">{forumrow.FORUM_IMAGE}</div><div style="float: left;">
|
||||
<div style="float: left; margin-right: 5px;">{forumrow.FORUM_IMAGE}</div><div style="float: left;">
|
||||
<!-- ENDIF -->
|
||||
<a class="forumlink" href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a>
|
||||
<p class="forumdesc">{forumrow.FORUM_DESC}</p>
|
||||
@@ -28,7 +28,7 @@
|
||||
<!-- IF forumrow.CLICKS -->
|
||||
<td class="row2" colspan="3" align="center"><span class="genmed">{L_REDIRECTS}: {forumrow.CLICKS}</span></td>
|
||||
<!-- ELSE -->
|
||||
<td class="row2" colspan="3" align="center"> </td>
|
||||
<td class="row2" colspan="3" align="center"> </td>
|
||||
<!-- ENDIF -->
|
||||
</tr>
|
||||
<!-- ELSE -->
|
||||
@@ -36,7 +36,7 @@
|
||||
<td class="row1" width="50" align="center">{forumrow.FORUM_FOLDER_IMG}</td>
|
||||
<td class="row1" width="100%">
|
||||
<!-- IF forumrow.FORUM_IMAGE -->
|
||||
<div style="float: left;">{forumrow.FORUM_IMAGE}</div><div style="float: left;">
|
||||
<div style="float: left; margin-right: 5px;">{forumrow.FORUM_IMAGE}</div><div style="float: left;">
|
||||
<!-- ENDIF -->
|
||||
<a class="forumlink" href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a>
|
||||
<p class="forumdesc">{forumrow.FORUM_DESC}</p>
|
||||
|
Reference in New Issue
Block a user