TRUE, ); /** * Show a list of emails */ public function action_list() { $this->meta->title = 'R|Emails Sent'; Block::factory() ->title(_('Emails Sent')) ->title_icon($this->icon) ->body(View::factory('email/list')->set('o',ORM::factory('Email_Log')->where_authorised($this->ao)->find_all())); } } ?>