This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
khosb/themes/default/blocks/product_cat/post_t_Pages.tpl

15 lines
356 B
Smarty
Raw Normal View History

2009-08-03 04:10:16 +00:00
<!-- Show product paging -->
{t count=$page_pages 1=$page_pages plural="View items on page: %1"}{/t}
{if $page_pages > 1}
{foreach from=$page_arr item=page}
<a href="?_page={$VAR._page}&id={$VAR.id}&page={$page}">
{if $page == $page_page}
<b>{$page}</b>
{else}
{$page}
{/if}
</a>
{if $page != $page_pages} | {/if}
{/foreach}
{/if}