diff --git a/ps_mainmenu.php b/ps_mainmenu.php index 06e2b4a..d8d7157 100644 --- a/ps_mainmenu.php +++ b/ps_mainmenu.php @@ -716,7 +716,7 @@ class Ps_MainMenu extends Module implements WidgetInterface if ($category['level_depth'] > 1) { $cat = new Category($category['id_category']); - $link = Tools::HtmlEntitiesUTF8($cat->getLink()); + $link = $cat->getLink(); } else { $link = $this->context->link->getPageLink('index'); } diff --git a/ps_mainmenu.tpl b/ps_mainmenu.tpl index 2fa9710..7e3aedf 100644 --- a/ps_mainmenu.tpl +++ b/ps_mainmenu.tpl @@ -4,7 +4,7 @@