Monday 25 July 2005 1:55:40 am
Hello, How do i to do this: <<previous 1 2 ...nb of page next>> I try with t=it but no result:
{let children=fetch(content, list, hash(parent_node_id, $node.node_id, sort_by, $node.node_id, $class_filter_type, include, class_filter_array, array( 'article ')))}
{section name=Child max=4 offset=$view_parameters.offset loop=$children}
//a table for de result
{/section}
<div class="center">
{include name=navigator uri='design:navigator/google.tpl page_uri='/news/archive' item_count=$list_count view_parameters=$view_parameters
item_limit=4}
</div>
{/let}
with it i see only 4 news in the table but no number to go to an another page. I saw in the interface admin and there is 8 news so it would have <<previous 1 2 next >> thank's
|