mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-28 18:49:52 +02:00
[ticket/12613] Remove unnecessary checks and clean up CSS
PHPBB3-12613
This commit is contained in:
@@ -76,10 +76,9 @@
|
||||
<!-- END topicrow -->
|
||||
</ul>
|
||||
|
||||
<!-- IF .pagination or TOTAL_TOPICS -->
|
||||
<div class="action-bar">
|
||||
<div class="pagination">
|
||||
<!-- IF TOTAL_TOPICS -->{TOTAL_TOPICS}<!-- ENDIF -->
|
||||
{TOTAL_TOPICS}
|
||||
<!-- IF .pagination -->
|
||||
<!-- INCLUDE pagination.html -->
|
||||
<!-- ELSE -->
|
||||
@@ -87,7 +86,6 @@
|
||||
<!-- ENDIF -->
|
||||
</div>
|
||||
</div>
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- ELSE -->
|
||||
<p><strong>{L_NO_BOOKMARKS}</strong></p>
|
||||
|
Reference in New Issue
Block a user