nettoyage

This commit is contained in:
Fred Tempez 2023-06-12 21:44:24 +02:00
parent 8aeddf77c1
commit 240a3afd9e
2 changed files with 1 additions and 3 deletions

View File

@ -353,7 +353,7 @@ class common
} }
} }
// Récupére un utilisateur connecté // Récupère un utilisateur connecté
if ($this->user === []) { if ($this->user === []) {
$this->user = $this->getData(['user', $this->getInput('ZWII_USER_ID')]); $this->user = $this->getData(['user', $this->getInput('ZWII_USER_ID')]);
} }

View File

@ -796,8 +796,6 @@ class init extends common
'html' => '<h2>Welcome in this ZwiiCMS, congratulations this is you first page !</h2>' 'html' => '<h2>Welcome in this ZwiiCMS, congratulations this is you first page !</h2>'
] ]
]; ];
public static $siteTemplate = [ public static $siteTemplate = [
'page' => [ 'page' => [
'accueil' => [ 'accueil' => [