Subversion Repositories eFlore/Projets.eflore-projets

Compare Revisions

Ignore whitespace Rev 142 → Rev 143

/trunk/services/modules/0.1/cel/Images.php
388,7 → 388,7
}
 
private function formaterUrlImage($infos) {
$format = self::TAILLE_IMG_DEFAUT;
$format = $this->parametres['retour.format'];
$id = sprintf('%09s', $infos['id_img']).$format;
$url = sprintf(self::TPL_URL_IMG, $id);
return $url;