PJ Dark - Page Jumper on Site_News.tpl
Installation and Configuration
For some reason on my index page, the page jumper displays 2 and it should show 1 since it is on the first page. Below is the code but I am not seeing what would cause this.
Anyone?
[code]
{if $info.total_pages > 1}
{if isset($info.prev_page) && $info.prev_page > 0}
{else}
{/if}
{if $info.total_pages 500}
{$info.page} / {$info.total_pages}
{else}
updated by @dazed: 12/25/13 04:48:01PM