Subversion Repositories eFlore/Applications.coel-consultation

Compare Revisions

Ignore whitespace Rev 250 → Rev 251

/branches/v1.11-julienas/controleurs/RecherchePublications.php
35,7 → 35,7
//echo '<pre>'.print_r($donnees['masque'],true).'</pre>';exit;
 
// Gestion du squelette et de la sortie
$this->setSortie(self::RENDU_TETE, $this->getVue('moteur_publications', $donnees));
$this->setSortie(self::RENDU_CORPS, $this->getVue('moteur_publications', $donnees));
}
 
// recherche des publications
101,7 → 101,7
// Gestion des squelettes
$this->chargerMoteurRecherche();
$resultat = $this->getVue('resultat', $donnees);
$this->setSortie(self::RENDU_CORPS, $resultat);
$this->setSortie(self::RENDU_CORPS, $resultat, true);
$this->chargerPiedDePage();
}