Hello,
I am trying the modify the '< previous' and 'next >' labels. In the readme.txt, it is mentioned about a function theme_custom_pager($nav_array, $node, $pager). But where is this function located? I could not find any theme_something function that could be overidden in the template.php
Please provide me with some hints.
Thanks.
Comments
Comment #1
joachim commentedThe handbook page is slightly out of date for drupal 6, which uses a preprocess and a template file rather than a theme function.
Examples here: http://drupal.org/node/387786
Edit: I've updated the main hadnbook page too. http://drupal.org/node/262854
Comment #3
maqueelm commented