nopCommerce 2.50 "News" Link

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
11 years ago
Hello there...
I need to add a "News" link on the main horizontal menu that will show the news in a new page - instead of having the news in the homepage  (in my development box this seems to work: http://localhost:2640/news).
I guess I should be adding an extra line to Menu.cshtml but I am stuck...

Thanks in advance
11 years ago
OK found it
I am replying to myself...
In Menu.cshtml just add:
<li> @Html.ActionLink(T("News").ToString(), "", "News", null, null)</li>
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.