mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-14 23:38:52 +00:00
[ticket/11103] ss2 - do not include footer bar if no pagination
PHPBB3-11103
This commit is contained in:
parent
4e3abdb7c5
commit
077c526f15
1 changed files with 12 additions and 10 deletions
|
@ -117,6 +117,7 @@
|
||||||
|
|
||||||
<div style="padding: 2px;"></div>
|
<div style="padding: 2px;"></div>
|
||||||
|
|
||||||
|
<!-- IF .pagination -->
|
||||||
<table class="tablebg" width="100%" cellspacing="1" cellpadding="0">
|
<table class="tablebg" width="100%" cellspacing="1" cellpadding="0">
|
||||||
<tr>
|
<tr>
|
||||||
<td class="row1">
|
<td class="row1">
|
||||||
|
@ -130,6 +131,7 @@
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
<!-- ENDIF -->
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
|
|
Loading…
Add table
Reference in a new issue