Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 792 → Rev 793

/trunk/metier/api_0.1/NomsVernaculaires.php
57,5 → 57,12
$url = $this->formaterUrl($tpl, $params);
return $url;
}
private function getUrlRechercheAlphab($nom, $typeRech) {
$tpl = Config::get('nomsVernaRechercheAlphabTpl');
$params = array('valeur' => $nom, 'type' => $typeRech);
$url = $this->formaterUrl($tpl, $params);
return $url;
}
}
?>