Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 1117 Rev 1217
Line 94... Line 94...
94
					'nom_sci' => $this->nom->get('nom_sci'), 'auteur' => $this->nom->get('auteur') ,
94
					'nom_sci' => $this->nom->get('nom_sci'), 'auteur' => $this->nom->get('auteur') ,
95
					'largeur' => $this->largeur, 'mime_type' => 'image/png');
95
					'largeur' => $this->largeur, 'mime_type' => 'image/png');
96
		$url = $this->formaterUrl($tpl, $params);
96
		$url = $this->formaterUrl($tpl, $params);
97
		return $url;
97
		return $url;
98
	}
98
	}
-
 
99
	
-
 
100
	public function getUrlFloreProbablePng() {
-
 
101
		$tpl = Config::get('carteFloreProbableTpl');
-
 
102
		$params = array('id' => $this->id, 
-
 
103
						'mime_type' => 'image/png');
-
 
104
		$url = $this->formaterUrl($tpl, $params);
-
 
105
		return $url;
-
 
106
	}
Line 99... Line 107...
99
 
107
 
100
	public function getLegendeId() {
108
	public function getLegendeId() {
101
		$tpl = Config::get('legendeIdCarteTpl');
109
		$tpl = Config::get('legendeIdCarteTpl');
102
		$params = array('id' => $this->id);
110
		$params = array('id' => $this->id);