11 Feb
2010
11 Feb
'10
9:15 a.m.
* spartaguy spartaguy [11/02/10 01:29]:
I want to have a pager after every 10 results displayed.
How can I do this? theme_pager??
Assuming you have already fetched $output with your results: $output = ... (I fetched a table for instance) $output .= theme('pager', NULL, 10, 0); print $output; -- Walter Garcia-Fontes Barcelona