Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 1306 → Rev 1307

/trunk/modules/fiche/formateurs/Illustrations.php
244,7 → 244,7
}
}
private function obtenirUrlImageGrandFormatCel($id, $format = "X3L") {
public static function obtenirUrlImageGrandFormatCel($id, $format = "X3L") {
$tpl = Config::get('baseUrlImageCelTpl');
return sprintf($tpl, str_pad($id, 9, '0', STR_PAD_LEFT).$format.'.jpg');
}