@*@Styles.Render("~/Content/iconfonts")*@
@Styles.Render("~/Content/css")
@Scripts.Render("~/bundles/modernizr")
- @Html.ActionLink("About", "About", "Home", new { area = "" }, new { @class = "nav-link" })
- @Html.ActionLink("Contact", "Contact", "Home", new { area = "" }, new { @class = "nav-link" })
@RenderBody()
@{
// recupero variabile ambiente...
ViewBag.envir = System.Web.Configuration.WebConfigurationManager.AppSettings["Environment"];
string cssFixFooter = "";
}
@if (ViewBag.envir != "Dev")
{
cssFixFooter = "fixed-bottom";
}
@Scripts.Render("~/bundles/jquery")
@RenderSection("scripts", required: false)