From 5d35d493e85294b2c41723e4d64173545eb8b8c7 Mon Sep 17 00:00:00 2001 From: Knah Tsaeb Date: Thu, 1 Aug 2013 09:38:13 +0200 Subject: [PATCH] [fix] folder are present in video view --- inc/content.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/content.php b/inc/content.php index c1785f9..6e23155 100644 --- a/inc/content.php +++ b/inc/content.php @@ -118,7 +118,7 @@ if (!empty($breadcrumb)) { } echo ''; echo '
'; -if (!empty($listCurrentDir)) { +if (!empty($listCurrentDir) && $ci['ac'] !== 'view') { foreach ($listCurrentDir as $value) { $thumbnail = getThumbnail($path, $value); if (empty($thumbnail)) {