Posted: Wed Oct 01, 2008 8:13 pm
Thanks to my limited entry sandbox, I realized pagination should only be displayed if there is actually more than a single page... committed this change to BP:
Code: Select all
{if $template_option.show_pagination == 'true' && $footer_totalPages > 1}