BP: Pagination - page count must be greater than one to display.

This commit is contained in:
Don Chambers 2008-10-01 18:10:47 +00:00
parent 4ae0fcac3a
commit 7680e37e5c

View File

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