Merge pull request #35 from ZiZuu-store/patch-1
[-] MO : fix generateCategoriesMenu()
This commit is contained in:
+1
-1
@@ -604,7 +604,7 @@ class Blocktopmenu extends Module
|
|||||||
|
|
||||||
/* Whenever a category is not active we shouldnt display it to customer */
|
/* Whenever a category is not active we shouldnt display it to customer */
|
||||||
if ((bool)$category['active'] === false) {
|
if ((bool)$category['active'] === false) {
|
||||||
break;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
$html .= '<li'.(($this->page_name == 'category'
|
$html .= '<li'.(($this->page_name == 'category'
|
||||||
|
|||||||
Reference in New Issue
Block a user