'.$file_list.'
'; include("static/footer.html"); } function get_icon($file){ if($file[4]=="DIRECTORY"){ return ''.get_link($file).''; }else{ return ''.get_link($file).''; } } function get_link($file){ return ''; } function get_item($file){ return ''.get_icon($file).''.get_link($file).$file[3].''; }