Voorblad
Smoorfrêtersnieuws
Muziek
Informatie
Bouwclubs
Onze Kinderen
Foto en Video
B'hoofdse Links
Historie
Activiteiten
Programma
Presentatie
André heeft afscheid genomen van de stichting. Hij heeft aangegeven nog wel hand en spandiensten te willen verlenen daar en wanneer nodig. Tijdens het bouwersbal heeft de stichtingvoorzitter Hans de kans gegrepen hem voor al zijn inzet in de voorbije jaren te bedanken met een welluidende terugblik en hem daarbij een aantal kadoos aangeboden. Hieronde een overzicht van heel het gebeuren.
\r\n"; } else { $images = 0; $current_col = 0; $count = $rows * $columns; $last = $count + $first; echo "\r\n"; $dir = opendir($images_folder); while ($filename = readdir($dir)) { $ext = pathinfo($filename, PATHINFO_EXTENSION); if ($ext == 'gif' || $ext == 'JPG' || $ext == 'jpg' || $ext == 'png') { if ($images >= $first && $images < $last) { if ($current_col == 0) { echo "\r\n"; } list($width, $height) = getimagesize($images_folder.$filename); $link = ""; $image_ratio = $width/$height; if ($image_ratio > 1) { $thumbnail_width = $thumbnail_size; $thumbnail_height = $thumbnail_size / $image_ratio; } else { $thumbnail_width = $thumbnail_size * $image_ratio; $thumbnail_height = $thumbnail_size; } echo "\r\n"; $current_col++; if ($current_col == $columns) { $current_col = 0; echo "\r\n"; } } $images++; } } if ($first >= $count) { $previous = ""; } $previous .= "Vorige"; if ($first >= $count) { $previous .= ""; } if ($last < $images) { $next = ""; } $next .= "Volgende"; if ($last < $images) { $next .= ""; } echo "\r\n"; echo "
$link\"\"
$previous | Begin | $next
\r\n"; } ?>