mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-20 16:37:48 +02:00
Mise en place des dossiers pour les templates
This commit is contained in:
parent
01aad35f7d
commit
59b35b09c2
39 changed files with 63 additions and 136 deletions
|
@ -19,11 +19,6 @@
|
|||
* @return void;
|
||||
*/
|
||||
public function byDefault()
|
||||
{
|
||||
$this->show();
|
||||
}
|
||||
|
||||
public function show()
|
||||
{
|
||||
//Creation de l'object de base de données
|
||||
global $db;
|
||||
|
@ -97,7 +92,7 @@
|
|||
$array_area_chart = array_values($array_area_chart);
|
||||
|
||||
|
||||
$this->render('dashboard', array(
|
||||
$this->render('dashboard/default', array(
|
||||
'nb_contacts' => $nb_contacts,
|
||||
'nb_groups' => $nb_groups,
|
||||
'nb_scheduleds' => $nb_scheduleds,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue