BP: Pagination - page count must be greater than one to display.
This commit is contained in:
parent
4ae0fcac3a
commit
7680e37e5c
@ -416,7 +416,7 @@
|
||||
{/if}
|
||||
{/if}
|
||||
|
||||
{if $template_option.show_pagination == 'true'}
|
||||
{if $template_option.show_pagination == 'true' && $footer_totalPages > 1}
|
||||
<div class="pagination">
|
||||
{eval var=$footer_currentPage-3 assign="paginationStartPage"}
|
||||
{if $footer_currentPage+3 > $footer_totalPages}
|
||||
|
Loading…
x
Reference in New Issue
Block a user