diff -r d7fc25acd3f3 -r 03c7f5ec1e4c includes/functions.php --- a/includes/functions.php Sun Aug 05 15:58:50 2007 -0400 +++ b/includes/functions.php Sun Aug 05 17:10:17 2007 -0400 @@ -2058,7 +2058,12 @@ $this_page = ceil ( $start / $perpage ); // Build paginator - $begin = '
Page: | '; $block = '{LINK} | ';
---|