Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 340 → Rev 341

/trunk/modules/fiche/formateurs/Illustrations.php
48,12 → 48,9
public function getPhotoFlora() {
$photoflora = array();
$this->images->setProjet('photoflora');
$nns = $this->nomCourant->getNns();
$images = $this->images->getInfosImagesParIdsNoms(array($nns));
// pour le moment on triche et on envoie un num tax alors qu'on
// utilise le paramètre masque.nn
$nt = $this->nomCourant->getNomSelectionne()->get('num_tax');
$images = $this->images->getInfosImagesParIdsNoms(array($nt));
$this->meta->setProjet('photoflora');
$meta = $this->meta->getMetaDonnees();
$titreMeta = $meta[0]['titre'];