By meinsier on
Hello,
I would like to add DIV pager on the top of my view. (This DIV appear at the bottom of the list, but I want put it at the top AND at the bottom).
I think modify those files :
includes/pager.inc
modules/paging/paging.module
But, I'm not sure the paging module is used to DIV pager block on view page.
I've tried to modify this module with line 114 :
$node->content['body']['#value'] = theme('pager', NULL, 1, $element); //new line
$node->content['body']['#value'] .= check_markup($node->pages[$page], $node->format, false);
$node->content['body']['#value'] .= theme('pager', NULL, 1, $element);
Somebody can help me, or has already done this on his web site ?
Thanks.
Comments
No idea for my problem
No idea for my problem ?
Thank you for your help.
No response of this problem
No response of this problem ?
I could cut string HTML source and duplicate the DIV HTML code in my source, but it's not clean.