Hi,
I am trying to add a link to the articles main page in the footer.
However, the wrong URL is generated.
How can I define the correct link (including the SEo friendly language name)
This is the code I have created.
<div class="footer-box">
<ul>
@* vyna *@
<li><a href="@Url.RouteUrl("articles")">@T("foxnetsoft.plugin.misc.articles.linkbutton")</a></li>
thanks
Peter