mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-11 05:48:51 +00:00
Allow style designer the option of seperating off announcements to make them more prominent
git-svn-id: file:///svn/phpbb/trunk@3546 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
46e20bf2d1
commit
72c44126e6
1 changed files with 9 additions and 2 deletions
|
@ -11,7 +11,6 @@
|
|||
</tr>
|
||||
</table>
|
||||
|
||||
<!-- if the forum is postable output the viewforum listing -->
|
||||
<!-- IF S_IS_POSTABLE -->
|
||||
<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
|
||||
<tr>
|
||||
|
@ -26,7 +25,6 @@
|
|||
<!-- INCLUDE viewforum_subforum.html -->
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- if the forum is postable output the viewforum listing -->
|
||||
<!-- IF S_IS_POSTABLE -->
|
||||
<table class="tablebg" width="100%" cellspacing="1" cellpadding="4" border="0">
|
||||
<tr>
|
||||
|
@ -41,6 +39,15 @@
|
|||
<th align="center" nowrap="nowrap"> {L_LAST_POST} </th>
|
||||
</tr>
|
||||
<!-- BEGIN topicrow -->
|
||||
<!-- IF topicrow.S_TOPIC_TYPE_SWITCH eq 1 -->
|
||||
<tr>
|
||||
<td class="row3" colspan="<!-- IF S_TOPIC_ICONS -->7<!-- ELSE -->6<!-- ENDIF -->"><b class="gensmall">{L_ANNOUNCEMENTS}</b></td>
|
||||
</tr>
|
||||
<!-- ELSEIF topicrow.S_TOPIC_TYPE_SWITCH eq 0 -->
|
||||
<tr>
|
||||
<td class="row3" colspan="<!-- IF S_TOPIC_ICONS -->7<!-- ELSE -->6<!-- ENDIF -->"><b class="gensmall">{L_TOPICS}</b></td>
|
||||
</tr>
|
||||
<!-- ENDIF -->
|
||||
<tr>
|
||||
<td class="row1" width="20" align="center" valign="middle">{topicrow.TOPIC_FOLDER_IMG}</td>
|
||||
<!-- IF S_TOPIC_ICONS -->
|
||||
|
|
Loading…
Add table
Reference in a new issue