<li>@Html.Widget("my_custom_link")</li>
<WidgetZone>content_before</WidgetZone>
@{
var menu = @Html.Widget("theme_header_menu");
}
<div class="header-menu">
@if (MvcHtmlString.IsNullOrEmpty(menu))
{
@Html.Action("TopMenu", "Catalog")
}
else
{
@menu
}
</div>
We have replied you here: http://www.nop-templates.com/boards/topic/209/bugs/page/6#6275.
P.S.
Please, do not duplicate topics for one and the same problem.
Regards !
<!DOCTYPE html>
<html>
<head>
<title>Nop Motion Responsive Theme Demo Store</title>
</head>
<body>
<img class="lazy" src="#" alt="image" />
</body>
</html>