Template.php Function Override Problem
Anarchtica - June 27, 2009 - 06:13
| Project: | Custom Pagers |
| Version: | 6.x-1.10-beta1 |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Description
Hi,
The only thing I want to do is change the text from "‹ previous" to "« next product" and "next ›" to "next product »". I have copied the
function custom_pagers_preprocess_custom_pager(&$vars) {
}out of custom_pagers.module and inserted it into my theme's template.php file. I then renamed it to
function phptemplate_preprocess_custom_pager(&$vars) {
}and changed the text. The problem is the "previous" and "next" text never displays. Only the $key.
What am I doing wrong to override this function? I have read the documentation and the examples page.
Thank you!
Anarchtica
