added gui header customisation

This commit is contained in:
SJ
2013-07-16 07:36:48 +02:00
parent 01a92a4a16
commit 5e3651ac10
11 changed files with 70 additions and 2 deletions

View File

@ -10,10 +10,14 @@ class ControllerCommonMenu extends Controller {
$db = Registry::get('db');
$this->load->model('saas/customer');
$this->data['admin_user'] = Registry::get('admin_user');
$this->data['auditor_user'] = Registry::get('auditor_user');
$this->data['readonly_admin'] = Registry::get('readonly_admin');
$this->data['settings'] = $this->model_saas_customer->get_customer_settings_by_email();
$this->render();
}