Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 1585 | Rev 1587 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1585 Rev 1586
Line 119... Line 119...
119
	public function addSmartFloreImages() {
119
	public function addSmartFloreImages() {
120
		$img = [];
120
		$img = [];
121
		$tagFiche = strtoupper($this->conteneur->getParametre('referentiel'))."nt"
121
		$tagFiche = strtoupper($this->conteneur->getParametre('referentiel'))."nt"
122
			.$this->conteneur->getNomCourant()->getNomSelectionne()->get('num_taxonomique')
122
			.$this->conteneur->getNomCourant()->getNomSelectionne()->get('num_taxonomique')
123
		;
123
		;
124
		$sentier = $this->conteneur->getParametre('referentiel');
124
		$sentier = $_GET['sentier'];
Line 125... Line 125...
125
 
125
 
126
		if ($sentier && $tagFiche) {
126
		if ($sentier && $tagFiche) {
Line 127... Line 127...
127
			$images = $this->images->getInfosImagesParFicheEtSentier($tagFiche, $sentier);
127
			$images = $this->images->getInfosImagesParFicheEtSentier($tagFiche, $sentier);