mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
Faking IF...ELSE...ENDIF again
git-svn-id: file:///svn/phpbb/trunk@720 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
f0b2e3beb1
commit
b379f26dcf
2 changed files with 7 additions and 0 deletions
|
@ -34,6 +34,11 @@
|
||||||
<td class="row2" align="center" valign="middle"><span class="gensmall">{topicrow.LAST_POST}</span></td>
|
<td class="row2" align="center" valign="middle"><span class="gensmall">{topicrow.LAST_POST}</span></td>
|
||||||
</tr>
|
</tr>
|
||||||
<!-- END topicrow -->
|
<!-- 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>
|
<tr>
|
||||||
<td class="cat" colspan="6"><table width="100%" cellspacing="0" cellpadding="0" border="0">
|
<td class="cat" colspan="6"><table width="100%" cellspacing="0" cellpadding="0" border="0">
|
||||||
<tr>
|
<tr>
|
||||||
|
|
|
@ -454,6 +454,8 @@ else
|
||||||
"S_NO_TOPICS" => TRUE)
|
"S_NO_TOPICS" => TRUE)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
$template->assign_block_vars("notopicsrow", array() );
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
Loading…
Add table
Reference in a new issue