Découvrez nos imagiers innovants pour l'éveil des jeunes enfants

Espace Presse - retour au site - contact


"; for($i=0;$i<$repind;$i++) { $nomrep = $reptab[$i]["nom"]; $cheminrep = rawurlencode($chemin."/".$nomrep); $IndiceImage = $i; $pair = $i%2; $nbLigne++; echo afficherElement($nomrep,$cheminrep,"images/dir.png",true); if ($nbLigne%4==0) echo ""; } // --------------------------------------- Affichage des fichiers ----------------------------------------- // $IndiceImage++; for($i=0;$i<$fileind;$i++) { $nomfic = $filetab[$i]["nom"]; $ext = GetExtension($nomfic); $ext = strtolower($ext); $icone = GetIcone($ext); $IndiceImage = $i; $pair = $i%2; $nbLigne++; if ($ext=="jpg"||$ext=="png") $icone=$chemin."/".$nomfic; else $icone='images/'.$icone; echo afficherElement($nomfic,$chemin,$icone); if ($nbLigne%4==0) echo ""; } // ------ fin du tableau ---- // echo ""; ?>