Subversion Repositories eFlore/Applications.coel-consultation

Compare Revisions

Ignore whitespace Rev 91 → Rev 89

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