- 1
Hi,
in Views\Commons\Footer.cshtml page the NewsEnabled check is missing and should be fixed as following:
@if (Model.NewsEnabled)
{
<li><a target="_blank" class="rss" href="@Url.RouteUrl("BlogRSS", new { languageId = workingLanguageId })"></a></li>
}
BR
in Views\Commons\Footer.cshtml page the NewsEnabled check is missing and should be fixed as following:
@if (Model.NewsEnabled)
{
<li><a target="_blank" class="rss" href="@Url.RouteUrl("BlogRSS", new { languageId = workingLanguageId })"></a></li>
}
BR