Esempio n. 1
0
 public function Messages()
 {
     parent::__construct();
     $this->title = "Messages";
     $this->model = "Message";
 }
Esempio n. 2
0
 public function Faqs()
 {
     parent::__construct();
     $this->title = "Foire aux questions";
     $this->model = "Faq";
 }
Esempio n. 3
0
	public function __construct(){
		parent::__construct();
		$this->title="Statuts";
		$this->model="Statut";
	}
Esempio n. 4
0
	public function Groupes(){
		parent::__construct();
		$this->title="Groupes";
		$this->model="Groupe";
	}
Esempio n. 5
0
	public function Users(){
		parent::__construct();
		$this->title="Utilisateurs";
		$this->model="User";
	}
Esempio n. 6
0
	public function __construct(){
		parent::__construct();
		$this->title="Catégories";
		$this->model="Categorie";
	}
Esempio n. 7
0
 public function Tickets()
 {
     parent::__construct();
     $this->title = "Tickets";
     $this->model = "Ticket";
 }
Esempio n. 8
0
	public function __construct(){
		parent::__construct();
		global $config;
		$this->title="Tickets <a class='btn btn-primary' href='".$config['siteUrl']."tickets/frm' style='margin-left:2%;'>Ajouter...</a>";
		$this->model="Ticket";
	}
Esempio n. 9
0
	public function __construct(){
		parent::__construct();
		$this->title="<p style='margin-left:2%'>Foire aux Questions</p>";
		$this->model="Faq";
	}
Esempio n. 10
0
	public function Alerts(){
		parent::__construct();
		$this->title="Alertes";
		$this->model="Alert";
	}
Esempio n. 11
0
	public function Tokens(){
		parent::__construct();
		$this->title="Tokens";
		$this->model="Token";
	}
Esempio n. 12
0
	public function GenericFields(){
		parent::__construct();
		$this->title="Ajout d'un champ";
		$this->model="GenericField";
	}