From 67e68fc679643ccb7c79e7b160ae22813d44ed97 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 24 Sep 2005 07:53:26 +0000 Subject: - Patch #28786 by Neil: move pagers out of table. --- modules/tracker/tracker.module | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'modules/tracker') diff --git a/modules/tracker/tracker.module b/modules/tracker/tracker.module index d4112f511..97a3995b1 100644 --- a/modules/tracker/tracker.module +++ b/modules/tracker/tracker.module @@ -108,14 +108,11 @@ function tracker_page($uid = 0) { ); } - if ($pager = theme('pager', NULL, 25, 0)) { - $rows[] = array(array('data' => $pager, 'colspan' => '5')); - } - $header = array(t('Type'), t('Post'), t('Author'), t('Replies'), t('Last post')); $output .= '
'; $output .= theme('table', $header, $rows); + $output .= theme('pager', NULL, 25, 0); $output .= '
'; return $output; -- cgit v1.2.3