--- templates/index.tpl 2001/07/02 21:15:11 1.7 +++ templates/index.tpl 2001/07/03 12:41:05 1.8 @@ -133,6 +133,33 @@ + {if ($multi_page_show) } +
+
+ {if ($multi_page_prev) } + + + + {else} + + {/if} + {if ($multi_page_current && $multi_page_max)} + page {$multi_page_current} of {$multi_page_max} + {/if} + {if ($multi_page_options) } + + {/if} + {if ($multi_page_next) } + + + + {else} + + {/if} +

+ {/if}