18 Oct
2005
18 Oct
'05
5:41 p.m.
On 18.10.2005 12:37, Richard Grieve wrote:
to the query. Is there any way I can pass the variables (as hidden form values?) to the pager query so that the pages return correctly.
http://drupaldocs.org/api/head/function/theme_pager: Parameters [...] $attributes An associative array of query string parameters to append to the pager links. eg. theme('pager', array (), 10, 0, array ('foo' => $foo, 'bar' => $bar)) would pass foo and bar through the paged pages. -- ax