I'm trying to modify the base url that the paginator creates. I used scaffolding to create the listing, but then moved it to a different controller. Orginally, it was set as:
http://localhost/item/listing
now it is:
http://localhost/admin/item/listing
The paginator does not take the base url into account and I cannot find the option to add/change the url. Any help pointing me in the right direction is appreciated.