... | in topic.naml |
368 369 370 371 372 373 374 375 376 377 378 379
|
<macro name="classic_pagination" parameters="margin,row_count">
<n.paging.
total_rows="[n.row_count/]"
current_row="[n.classic_index_record/]"
rows_per_page="[n.classic_rows_per_page/]"
>
<n.generic_paging>
<margin><n.margin/></margin>
<url><n.page_node.topic_path view="[n.classic_view/]" index_record="[n.page_row/]"/></url>
</n.generic_paging>
</n.paging.>
</macro>
|
Free forum by Nabble | Edit this page |