[eluser]Craig300[/eluser]
If you wanted to display the pages regardless if there is only one page, try commenting out the following code in the Pagination class
Code:
if ($num_pages == 1)
{
return '';
}
That should work, although I have modified my pagination class extensively so hopefully it should work without anymore changes.
Cheers,
Craig