$gallery_value) { if ($gallery_value['file_type'] == 'image/png' || $gallery_value['file_type'] == 'image/jpeg' || $gallery_value['file_type'] == 'image/jpeg' || $gallery_value['file_type'] == 'image/jpeg' || $gallery_value['file_type'] == 'image/gif') { $file = base_url() . $gallery_value['thumb_path'] . $gallery_value['img_name']; } elseif ($gallery_value['file_type'] == 'video') { $file = base_url() . $gallery_value['thumb_path'] . $gallery_value['img_name']; } elseif ($gallery_value['file_type'] == 'text/plain') { $file = base_url('backend/images/txticon.png'); } elseif ($gallery_value['file_type'] == 'application/zip' || $gallery_value['file_type'] == 'application/x-rar') { $file = base_url('backend/images/zipicon.png'); } elseif ($gallery_value['file_type'] == 'application/pdf') { $file = base_url('backend/images/pdficon.png'); } elseif ($gallery_value['file_type'] == 'application/msword') { $file = base_url('backend/images/wordicon.png'); } elseif ($gallery_value['file_type'] == 'application/vnd.ms-excel') { $file = base_url('backend/images/excelicon.png'); } else { $file = base_url('backend/images/docicon.png'); } ?>
'>

Processing...