I got the function working.
It's located here:
http:
www.arch13.com/prevnext.php
The code to print the links is:
PHP Code:
$pre_href = 'index.php?id=brewery/brewery&id2=';
$post_href = '';
$page_no = $HTTP_GET_VARS['id2'];
print navigation($pre_href, $post_href, 12, 1, 1, 0, 3, $page_no);
However, I just want it to print < 5 >, etc where the number is the active page, and the arrows are for next and previous.
I edited the first post to show the function in a working form.
Any ideas are greatly appreciated.