--- click.module.org 2008-06-16 16:03:06.000000000 +0100 +++ click.module 2008-06-17 18:48:20.000000000 +0100 @@ -140,7 +140,7 @@ $rows[] = array(array('data' => ('Last click at: ')), array('data' => format_date($click->last, 'custom', $fmt))); $output .= $group . theme('table', array(), $rows); } - return theme('page', $output); + return $output; } function click_report() { @@ -173,7 +173,7 @@ $rows[] = array(array('data' => $pager, 'colspan' => '4')); } - return theme('page', theme('table', $header, $rows), t('Click Thru Report')); + return theme('table', $header, $rows); } function click_do($nid, $group) {