Faking IF...ELSE...ENDIF again

git-svn-id: file:///svn/phpbb/trunk@720 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen 2001-07-21 14:15:19 +00:00
parent f0b2e3beb1
commit b379f26dcf
2 changed files with 7 additions and 0 deletions

View file

@ -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>

View file

@ -454,6 +454,8 @@ else
"S_NO_TOPICS" => TRUE) "S_NO_TOPICS" => TRUE)
); );
$template->assign_block_vars("notopicsrow", array() );
} }
// //