diff --git a/MP/Views/Home/Packages.cshtml b/MP/Views/Home/Packages.cshtml
new file mode 100644
index 00000000..b41cf96b
--- /dev/null
+++ b/MP/Views/Home/Packages.cshtml
@@ -0,0 +1,17 @@
+@{
+ ViewBag.Title = "SteamWare's MoonPro Suite";
+}
+
@ViewBag.Title
+
@ViewBag.Message
+
+
diff --git a/MP/Views/Shared/_Layout.cshtml b/MP/Views/Shared/_Layout.cshtml
index 500c5ea0..0b7c78ac 100644
--- a/MP/Views/Shared/_Layout.cshtml
+++ b/MP/Views/Shared/_Layout.cshtml
@@ -1,59 +1,60 @@
-
-
-
@ViewBag.Title - My ASP.NET Application
- @Styles.Render("~/Content/css")
- @Scripts.Render("~/bundles/modernizr")
+
+
+
@ViewBag.Title - My ASP.NET Application
+ @Styles.Render("~/Content/css")
+ @Scripts.Render("~/bundles/modernizr")
-
-
-
-
-
- @*- @Html.ActionLink("Home", "Index", "Home")
*@
- - @Html.ActionLink("About", "About", "Home")
- - @Html.ActionLink("Contact", "Contact", "Home")
-
-
+
+
+
+
+
+ @*- @Html.ActionLink("Home", "Index", "Home")
*@
+ - @Html.ActionLink("About", "About", "Home")
+ - @Html.ActionLink("Contact", "Contact", "Home")
+ - @Html.ActionLink("Package Versions", "Packages", "Home")
+
+
+
+
+
+ @RenderBody()
+
+ @{
+ // recupero variabile ambiente...
+ ViewBag.envir = System.Web.Configuration.WebConfigurationManager.AppSettings["Environment"];
+ string cssFixFooter = "";
+ }
+ @if (ViewBag.envir != "Dev")
+ {
+ cssFixFooter = "navbar-fixed-bottom";
+ }
+
+
+
-
-
-
- @Scripts.Render("~/bundles/jquery")
- @Scripts.Render("~/bundles/bootstrap")
- @RenderSection("scripts", required: false)
+ @Scripts.Render("~/bundles/jquery")
+ @Scripts.Render("~/bundles/bootstrap")
+ @RenderSection("scripts", required: false)