pagination theming for comment
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. -- Michel 'ZioBudda' Morelli michel@ziobuddalabs.it Sviluppo applicazioni CMS DRUPAL e web dinamiche (LAMP+Ajax) Telefono: 0200619074 Telefono Cell: +39-3939890025 -- Fax: +39-0291390660 http://www.ziobudda.net ICQ: 58351764 http://www.ziobuddalabs.it Skype: zio_budda http://www.ziodrupal.net MSN: michel@ziobuddalabs.it JABBER: michel@ziobuddalabs.it
participants (2)
-
Hendry -
Michel Morelli