webui code cleanup

This commit is contained in:
SJ
2012-07-06 21:58:52 +02:00
parent 00be0effe7
commit 4703bedcfe
4 changed files with 6 additions and 2 deletions

View File

@ -4,6 +4,8 @@ class ControllerCommonLayoutemail extends Controller {
protected function index() {
$this->data['title'] = $this->document->title;
$this->template = "common/layout-email.tpl";
$this->render();

View File

@ -17,6 +17,8 @@ class ControllerGroupEmail extends Controller {
$this->load->model('group/group');
$this->document->title = $language->get('text_group_management');
$this->data['page'] = 0;
$this->data['page_len'] = get_page_length();