mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-11 22:08:54 +00:00
Display page number infos only when necessary
git-svn-id: file:///svn/phpbb/trunk@4415 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
77fc6fabb5
commit
b9e00bba7d
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
<td><a class="titles" href="{U_VIEW_FORUM}" title="{FORUM_DESC}">{FORUM_NAME}</a><!-- IF S_IS_POSTABLE --><!-- IF MODERATORS neq ''--><br /><b class="gensmall">{L_MODERATORS}: {MODERATORS}</b><!-- ENDIF --><!-- ENDIF --></td>
|
||||
<td class="gensmall" align="right" valign="bottom"><!-- IF S_IS_POSTABLE -->{MOD_CP}<!-- ENDIF --></td>
|
||||
</tr>
|
||||
<!-- IF PAGE_NUMBER neq '' -->
|
||||
<tr>
|
||||
<td colspan="2"><table width="100%" cellspacing="0" border="0">
|
||||
<tr>
|
||||
|
@ -14,6 +15,7 @@
|
|||
</tr>
|
||||
</table></td>
|
||||
</tr>
|
||||
<!-- ENDIF -->
|
||||
</table>
|
||||
|
||||
<!-- IF S_IS_POSTABLE -->
|
||||
|
|
Loading…
Add table
Reference in a new issue