filterdate=false; $category->sortorder='id'; $category->selectone ($cat); $category->data(); ?>


text ('txt1_'); ?>


0) && ($cat<5)) { $content=new bimdb(1,'tangram',2); $content->filterdate=false; $content->sortorder='folge'; $content->master=$cat; $content->selectall (); while ($content->data()) { if ($content->myrow->fields["file1_".$lang]<>'') { $download_filename=$content->myrow->fields["file1_".$lang]; $download_description=$content->myrow->fields["filetxt1_".$lang]; if ($download_description=='') { $download_description=$download_filename; } $fileNameParts = explode(".", $download_filename); $fileExtension = strtolower(end($fileNameParts)); $icon=''; $knownextensions=array ('doc','gif','jpg','pdf','zip'); if (in_array ($fileExtension, $knownextensions)) { $icon=$fileExtension; } echo ' '.$download_description.'
'; } $content->next(); } } ?>