'; $output .= '

'. t('Transactions') .'

'; // Make a table for them. $header = array(t('Id'), t('uid'), t('Owner'), t('Thread')); $output .= theme('table', array('header' => $header, 'rows' => $transactions)); $output .= ''; return $output; }