Subversion Repositories eFlore/Applications.coel-consultation

Compare Revisions

Ignore whitespace Rev 90 → Rev 91

/trunk/controleurs/ColControleur.php
390,6 → 390,7
}
protected function chargerPiedDePage() {
$this->setSortie(self::RENDU_PIED, $this->getVue('pied'));
$donnees['appli'] = Application::getInfo();
$this->setSortie(self::RENDU_PIED, $this->getVue('pied', $donnees));
}
}