Subversion Repositories eFlore/Applications.coel-consultation

Compare Revisions

Ignore whitespace Rev 84 → Rev 85

/trunk/controleurs/Fiche.php
66,7 → 66,8
$this->setSortie(self::META_TITRE, $titre);
$this->setSortie(self::META_DESCRIPTION, $description);
$this->setSortie(self::META_TAGS, $tags);
$this->setSortie(self::RENDU_CORPS, $this->getVue('fiche_structure', $donnees));
$this->setSortie(self::RENDU_CORPS, $this->getVue('fiche_structure', $donnees));
$this->chargerPiedDePage();
}
}
237,6 → 238,7
$this->setSortie(self::META_DESCRIPTION, $description);
$this->setSortie(self::META_TAGS, $tags);
$this->setSortie(self::RENDU_CORPS, $this->getVue('fiche_collection', $donnees));
$this->chargerPiedDePage();
}
}
 
584,6 → 586,7
$this->setSortie(self::META_DESCRIPTION, $description);
$this->setSortie(self::META_TAGS, $tags);
$this->setSortie(self::RENDU_CORPS, $this->getVue('fiche_personne', $donnees));
$this->chargerPiedDePage();
}
}