{strip}
{if $pgnPage gt 1} {if $ajaxId} «  {else} «  {/if} {else}    {/if} {tr}Page {$pgnPage} of {$numPages}{/tr} {if $pgnPage lt $numPages} {if $ajaxId} » {else}  » {/if} {else}    {/if} {* MSIE dies when we use a form in the pagination when doing ajax stuff *} {counter start=1 print=0 name=pgcount assign=pgcount} {if $gBitSystem->isFeatureActive( 'site_direct_pagination' ) || $ajaxId} {foreach from=$pgnPages item=link} {counter print=0 name=pgcount} {$link} {if $pgcount > 20}{counter start=1 print=0 name=pgcount assign=pgcount}
{/if} {/foreach} {else} {form id="fPageSelect"} {foreach from=$pgnHidden key=name item=value} {/foreach} {tr}Go to page{/tr} {/form} {/if}
{/strip}