Hi guys,
We are happy to announce the release of the Theme Roller for the Electronics theme for nopCommerce 3.0.
With the release of the Theme Roller we also improved the whole theme as well as the theme forum (as requested).
Enjoy the Theme Roller and showcase us what you have done with it!
Thanks
@{
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>
}