Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 361 Rev 366
Line 45... Line 45...
45
	
45
	
46
	public function getUrlMap() {
46
	public function getUrlMap() {
47
		$tpl = Config::get('efloreCarteTpl');
47
		$tpl = Config::get('efloreCarteTpl');
48
		$params = array('num_nom' => $this->nom->get('id'), 'num_tax' => $this->nom->get('num_taxonomique') ,
48
		$params = array('num_nom' => $this->nom->get('id'), 'num_tax' => $this->nom->get('num_taxonomique') ,
49
				'nom_sci' => $this->nom->get('nom_sci'), 'auteur' => $this->nom->get('auteur') ,
49
				'nom_sci' => $this->nom->get('nom_sci'), 'auteur' => $this->nom->get('auteur') ,
50
				'largeur' => $this->largeur, 'mime_type' => 'text/htm');
50
				'largeur' => $this->largeur, 'mime_type' => 'text/html');
51
		$url = $this->formaterUrl($tpl, $params);
51
		$url = $this->formaterUrl($tpl, $params);
52
		return $url;
52
		return $url;
Line 53... Line 53...
53
	}
53
	}