\n"; echo " \"$page\n"; echo "
\n"; /* list($breedte, $hoogte, $image_type) = getimagesize($fotoL); if($breedte>287) { $smallPic=false; echo "
\n"; echo " \"$page\n"; echo "
\n"; } else { if($prevC_soort=='image') { //echo "
\n"; echo " \"$page\n"; } else if($prevC_soort=='text') { echo "
\n"; echo " \"$page\n"; } else { $smallPic=true; echo "\"$page"; } } */ $prevC_soort=$content_type; } else if($content_type=='file') { $ext=getExtension($file_link); $extIconAr=array("eps", "psd", "fla", "doc", "ppt", "swf", "fla", "mov", "pdf", "txt", "xls", "zip", "sit", "rar", "gif", "jpg", "jpeg", "png"); if (in_array($ext, $extIconAr)) { $iconFile='icon_'.$ext.'.gif'; } else { $iconFile='icon_generic.gif'; } echo " $contentName
"; } else if($content_type=='text') { $this_naam=$showPage['naam']; $omschrijving=$showPage['omschrijving']; $omschrijving=htmlspecialchars_decode($omschrijving, ENT_QUOTES); echo "
\n"; echo " $omschrijving\n"; echo "
\n"; /* if($prevC_soort=='text') { echo "
\n"; echo " $omschrijving\n"; echo "
\n"; } else if (($prevC_soort=='image') && ($smallPic==true)) { $clear_h = $hoogte+10; $set_hoogte = $clear_h.'px'; echo "
\n"; echo " $omschrijving\n"; echo "
\n"; } else { echo "
\n"; echo " $omschrijving\n"; echo "
\n"; } */ $prevC_soort=$content_type; } } ?>