--- templates/index.tpl 2001/07/02 08:08:34 1.6 +++ templates/index.tpl 2001/07/03 12:41:05 1.8 @@ -61,7 +61,7 @@ -
+

 


@@ -84,7 +84,7 @@ {if $contact_url} {else} - + {/if} {/if} @@ -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}