I know we can override theming for pagination by implementing mytheme_pager() function on template.php. But is there any way to preserve existing pagination for other, and alter the theming only for comment?
# Hendry
Hendry ha scritto:
I know we can override theming for pagination by implementing mytheme_pager() function on template.php. But is there any way to preserve existing pagination for other, and alter the theming only for comment?
# Hendry
Comments are placed in "node" so I think that a check if arg(0) == 'node' may be your solution. If in "node" output your "theming", otherwise output theme_pager() function. I think...
M.