Hi,
I believe you can do it by editing the "paging_options" global in the templates. By default, it is:
Code:
sub {
return {
max_pages => 25,
boundary_pages => 1,
style => 1,
};
}
You can edit it like so:
Code:
sub {
return {
max_pages => 25,
boundary_pages => 1,
style => 1,
style_next => '<img src="' . image_url('paging-next.gif') . '" alt=">" title="Next Page" />',
style_prev => '<img src="' . image_url('paging-prev.gif') . '" alt="<" title="Previous Page" />',
style_first => '<img src="' . image_url('paging-first.gif') . '" alt="|<" title="First Page" />',
style_last => '<img src="' . image_url('paging-last.gif') . '" alt=">|" title="Last Page" />',
style_nonext => '<img src="' . image_url('paging-nonext.gif') . '" alt="" />',
style_noprev => '<img src="' . image_url('paging-noprev.gif') . '" alt="" />',
style_nofirst => '<img src="' . image_url('paging-nofirst.gif') . '" alt="" />',
style_nolast => '<img src="' . image_url('paging-nolast.gif') . '" alt="" />',
};
}
Hope that helps.
Cheers
Andy (mod)
andy@ultranerds.co.uk
IMPORTANT: I've now moved to ultranerds.co.uk, and the .com will no longer work! Want to give me something back for my help? Please see my
Amazon Wish List GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500) Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin |
Pre-Made Template Sets |
FREE GLinks Plugins! Compare our different Plugin packages *new* Free CSS Templates