mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-08 17:56:52 +02:00
git-svn-id: file:///svn/phpbb/trunk@7410 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -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">
|
||||
|
@@ -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%">
|
||||
|
Reference in New Issue
Block a user