Hi!
I have this code:
<xf:pagenav link="{{ link('members/bestAnswers', $user) }}" page="{$page}" perpage="{$perPage}" total="{$total}"
wrapperclass="block-outer block-outer--after" />
The problem is in dublicate index.php? in result...
Is there a way to display the pagenav bits within the header template? So if there is a pagination it would display the page x of x?
<xen:if is="{$pageTotal} > 1">
{xen:phrase page_x_of_y, 'current={$currentPage}', 'total={$pageTotal}'}
<xen:else />...