\n

"; if ($offset > 0) { $new_offset = $offset - ITEMS_PER_PAGE; echo "Previous ".ITEMS_PER_PAGE." | "; } if ($o==ITEMS_PER_PAGE){ //If we aren't on the last page $new_offset = $offset + ITEMS_PER_PAGE; echo "Next ".ITEMS_PER_PAGE.""; } page_tail(); ?>