a
This commit is contained in:
parent
61ba12c325
commit
2b2dc49242
|
|
@ -23,7 +23,7 @@ require_once 'Modele/Societeusercentral.php';
|
|||
$this->utilisateur = new Utilisateur();
|
||||
$this->menu = new Menu();
|
||||
$this->logconnexion = new Logconnexion();
|
||||
$this->societeuser = new Societeuser();
|
||||
$this->societeuser = new Societeuser();
|
||||
$this->societeusercentral = new Societeusercentral();
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -645,11 +645,13 @@
|
|||
<?php endif; ?>
|
||||
|
||||
<?php
|
||||
/*
|
||||
var_dump(
|
||||
array(
|
||||
"afficherLogo" => $_SESSION['afficherLogo'],
|
||||
)
|
||||
);
|
||||
*/
|
||||
?>
|
||||
</div>
|
||||
<?= $contenu ?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user