Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 308 Rev 793
Line 55... Line 55...
55
		$tpl = Config::get('nomsVernaRechercheDeterminationTpl');
55
		$tpl = Config::get('nomsVernaRechercheDeterminationTpl');
56
		$params = array('valeur' => $nom, 'type' => $typeRech, 'langue' => 'fra');
56
		$params = array('valeur' => $nom, 'type' => $typeRech, 'langue' => 'fra');
57
		$url = $this->formaterUrl($tpl, $params);
57
		$url = $this->formaterUrl($tpl, $params);
58
		return $url;
58
		return $url;
59
	}
59
	}
-
 
60
	
-
 
61
	private function getUrlRechercheAlphab($nom, $typeRech) {
-
 
62
		$tpl = Config::get('nomsVernaRechercheAlphabTpl');
-
 
63
		$params = array('valeur' => $nom, 'type' => $typeRech);
-
 
64
		$url = $this->formaterUrl($tpl, $params);
-
 
65
		return $url;
-
 
66
	}
60
}
67
}
61
?>
68
?>
62
69