@{
MvcHtmlString aboutUsTopicBlock = Html.Action("TopicBlock", "MegaMenu", new { systemName = "AboutUs" });
}
@if (Model.Settings.IncludeAboutUsLink && !MvcHtmlString.IsNullOrEmpty(aboutUsTopicBlock))
{
@*<li>@aboutUsTopicBlock</li>
Uncomment this line below(comment the line above to have a link to the AboutUs topic instead of a dropdown menu.*@
<li><a href="@Url.RouteUrl("Topic", new { SystemName = "aboutus" })">@T("AboutUs")</a></li>
}
@if (Model.Settings.IncludeAboutUsLink && !MvcHtmlString.IsNullOrEmpty(aboutUsTopicBlock))
{
@*<li>@aboutUsTopicBlock</li>
Uncomment this line below(comment the line above to have a link to the AboutUs topic instead of a dropdown menu.*@
<li><a href="@Url.RouteUrl("Topic", new { SystemName = "aboutus" })">@T("AboutUs")</a></li>
}
Hi Yves,
Did you uninstall and then install the Ajax Filters 3.02?
You need to do so as described in our release note.
Thanks