Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 339 Rev 414
Line 34... Line 34...
34
		$tpl = Config::get('imagesResultatsDeterminationTpl');
34
		$tpl = Config::get('imagesResultatsDeterminationTpl');
35
		$params = array('idsNoms' => implode(',', $idsNoms));
35
		$params = array('idsNoms' => implode(',', $idsNoms));
36
		$url = $this->formaterUrl($tpl, $params);
36
		$url = $this->formaterUrl($tpl, $params);
37
		return $url;
37
		return $url;
38
	}
38
	}
-
 
39
	
-
 
40
	public function getUrlPremiereImageParIdsNoms($idsNoms) {
-
 
41
		$tpl = Config::get('imagesFicheBlocTpl');
-
 
42
		$params = array('idsNoms' => implode(',', $idsNoms));
-
 
43
		$url = $this->formaterUrl($tpl, $params);
-
 
44
		return $url;
-
 
45
	}
39
}
46
}
40
?>
47
?>
41
48