mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-12 23:17:02 +02:00
webui code cleanup
This commit is contained in:
@ -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();
|
||||
|
@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user