Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 1452 | Rev 1480 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1452 Rev 1477
Line 231... Line 231...
231
			'nnr' => $this->conteneur->getNomCourant()->getNnr(),
231
			'nnr' => $this->conteneur->getNomCourant()->getNnr(),
232
			'inpn' => $this->conteneur->getNomCourant()->getInpn(),
232
			'inpn' => $this->conteneur->getNomCourant()->getInpn(),
233
			'wiki' => $description->getLienWikini(),
233
			'wiki' => $description->getLienWikini(),
234
			'nom_retenu' => $this->nom_retenu->get('nom_sci'),
234
			'nom_retenu' => $this->nom_retenu->get('nom_sci'),
235
			'mobile' => $urlMobile,
235
			'mobile' => $urlMobile,
-
 
236
			'baseUrlIco' => Registre::get('eFlore.urlBaseDossier')->getUrl() . '/',
236
			'qr_code_png' => $this->obtenirUrlQrCode($urlMobile)
237
			'qr_code_png' => $this->obtenirUrlQrCode($urlMobile)
237
		);
238
		);
238
		$this->setSortie(self::RENDU_CORPS, $this->getVue('fiche_pied_page', $donnees), true);
239
		$this->setSortie(self::RENDU_CORPS, $this->getVue('fiche_pied_page', $donnees), true);
239
	}
240
	}