// fix sub thumbnail

This commit is contained in:
Sacha Froment
2014-10-08 18:21:47 +02:00
parent 461c7a197a
commit c9b150c890
+1 -1
View File
@@ -617,7 +617,7 @@ class Blocktopmenu extends Module
$html .= '<ul>';
$html .= $this->generateCategoriesMenu($category['children']);
if ((int)$category['level_depth'] == 2)
if ((int)$category['level_depth'] > 1)
{
$files = scandir(_PS_CAT_IMG_DIR_);