Closed (fixed)
Project:
Image
Version:
6.x-1.x-dev
Component:
image_gallery
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
17 Mar 2008 at 23:20 UTC
Updated:
29 Jan 2009 at 04:30 UTC
I've been searchin around but couldn't find it yet,
is there a way to create a custom pager under the image gallery like:
[1] [2] [3] [4] etc
instead of the "« first ‹ previous 1 2 3 next › last »" ?
Comments
Comment #1
funana commentedI hacked my includes/pager.inc for that, but maybe there is a better solution for you: http://drupal.org/project/custom_pagers
Comment #2
sunThis is a known issue in Drupal core. You can override theme_pager() in your theme. But you can also follow funana's advice.