public function __construct()
 {
     global $msg;
     $this->template = "default";
     $this->module = "dashboard";
     $this->module_name = $msg['dashboard'];
     parent::__construct();
 }
 public function __construct()
 {
     global $msg;
     $this->template = "template";
     $this->module = "cms";
     $this->module_name = $msg['cms_onglet_title'];
     parent::__construct();
 }
 public function __construct()
 {
     global $msg;
     $this->template = "template";
     $this->module = "dsi";
     $this->module_name = $msg['dsi_menu_title'];
     parent::__construct();
 }
 public function __construct()
 {
     global $msg;
     $this->template = "template";
     $this->module = "autorites";
     $this->module_name = $msg[132];
     parent::__construct();
 }
 public function __construct()
 {
     global $msg, $base_path;
     $this->template = "template";
     $this->module = "acquisition";
     $this->module_name = $msg['acquisition_menu'];
     $this->alert_url = $base_path . "/ajax.php?module=ajax&categ=alert&current_alert=" . $this->module;
     parent::__construct();
 }