When adding in the printPagedThumbsNav function, is there a way I can get the links to be images in place of the text links? I tried to get it to work by adding the code
`
<?php
if(function_exists("printPagedThumbsNav")) {
printPagedThumbsNav(8, FALSE, "<img src=\"" . $_zp_themeroot . "/images/previous-thumbs.png\" alt=\"" . gettext('« prev thumbs') . "\" />" , "
", 100, 100);
} ?>
`
But the images are not being displayed.... did I miss something, make an error in the code or can it not be done?
Thanks
GW
Comments