{* Smarty templates *}
{if $manyPages}
<table class="pagerTable" width="100%">
<tr>
<td width="30%" align="left" class="pageLinks">
{$links.back}
</td>
<td align="center">
{$links.pages}
</td>
<td width="30%" align="right" class="pageLinks">
{$links.next}
</td>
</tr>
</table>
{/if}