mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
Faking IF...ELSE...ENDIF again
git-svn-id: file:///svn/phpbb/trunk@720 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -34,6 +34,11 @@
|
||||
<td class="row2" align="center" valign="middle"><span class="gensmall">{topicrow.LAST_POST}</span></td>
|
||||
</tr>
|
||||
<!-- END topicrow -->
|
||||
<!-- BEGIN notopicsrow -->
|
||||
<tr>
|
||||
<td class="row1" colspan="6" align="center" valign="middle"><span class="gen">{L_NO_TOPICS}{topicrow.REPLIES}</span></td>
|
||||
</tr>
|
||||
<!-- END notopicsrow -->
|
||||
<tr>
|
||||
<td class="cat" colspan="6"><table width="100%" cellspacing="0" cellpadding="0" border="0">
|
||||
<tr>
|
||||
|
@@ -454,6 +454,8 @@ else
|
||||
"S_NO_TOPICS" => TRUE)
|
||||
);
|
||||
|
||||
$template->assign_block_vars("notopicsrow", array() );
|
||||
|
||||
}
|
||||
|
||||
//
|
||||
|
Reference in New Issue
Block a user