Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Regard whitespace Rev 1107 → Rev 1108

/trunk/modules/mobile/sources/Illustrations.php
46,9 → 46,9
$url_picto = $this->obtenirUrlPicto();
$obj = json_decode(file_get_contents($url_picto), true);
$arr = $obj['resultats'];
$listePhotos = $obj['resultats'];
//echo '<pre>'.print_r($obj, true).'</pre>';
foreach($arr as $index) {
foreach($listePhotos as $index) {
$this->formaterListePhotos($index);
}
}