* Fix product list links.
This commit is contained in:
@@ -694,7 +694,7 @@ class commonModel extends model
|
||||
}
|
||||
|
||||
/* Disable links to more buttons. */
|
||||
if($menuItem->name == 'list') $link='javascript:void(0);';
|
||||
if($menuItem->name == 'morelink') $link='javascript:void(0);';
|
||||
|
||||
$menuItemHtml = "<li class='$class $active' data-id='$menuItem->name'>" . html::a($link, $label, $target) . $subMenu . "</li>\n";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user