Download & Extend

Custom pager theme not working

Project:Paging
Version:6.x-1.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

The option to add a custom pager theme via entering a function name in the options isn't working. Presumably due to the fact that this function would need to be registered in the paging_theme function.

Comments

#1

Any updates on this?

#2

Hello,

this function is working, but only in that case if theme function is correctly implemented in your custom module.
In your theme you can't define theme_custom_pager() function. You should define this in a custom module (hook_theme and theme_custom_pager functions).

Bye,
danyG

nobody click here