Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Regard whitespace Rev 433 → Rev 475

/trunk/metier/api_0.1/Images.php
30,6 → 30,12
return $this->chargerDonnees($url);
}
 
public function getInfosImageParIdImage($id_image) {
$tpl = Config::get('imagesPopupTpl');
$url = $this->formaterUrl($tpl, array($id_image));
return $this->chargerDonnees($url);
}
 
private function getUrlImagesParIdsNoms($idsNoms) {
$tpl = Config::get('imagesResultatsDeterminationTpl');
$params = array('idsNoms' => implode(',', $idsNoms));