van Miltenburg Dakbedekkingen
Sponsoring


Dakdekkersbedrijf van Miltenburg is sponsor van judovereniging Barberio

0) { $i--; echo "\n"; //read all jpg files $imagepath = $path."/".$dirs[$i]; if ($dh = opendir($imagepath)) { $files = array(); $j = 0; while ($file = readdir($dh)) { if (substr($file, strlen($file) - 4) == '.jpg' || substr($file, strlen($file) - 4) == '.JPG') { $files[$j] = $file; $j++; } } closedir($dh); // files sorteren op naam asort($files); // Toon de files $td = 1; foreach ($files as $file) { $title = Title($file); echo "\n"; $td++; if ($td > 4) { $td = 1; echo ""; } } } echo "
$dirs[$i]
"; } // Function to get a human readable title from the filename function Title($filename) { $title = substr($filename, 0, strlen($filename) - 4); $title = str_replace('-', ' ', $title); $title = ucwords($title); return $title; } ?>