diff --git a/.gitignore b/.gitignore
index f0807ba..621505c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,6 +10,8 @@
#--------------------------------------------
GPW/bin/*
GPW/obj/*
+GPW/logs/*.txt
+GPW/logs/*.zip
#--------------------------------------------
@@ -24,3 +26,4 @@ GPW_data/obj/*
#--------------------------------------------
VersGen/bin/*
VersGen/obj/*
+/GPW/logs/*.txt
diff --git a/GPW/Bundle.config b/GPW/Bundle.config
index de5e842..b7bf32c 100644
--- a/GPW/Bundle.config
+++ b/GPW/Bundle.config
@@ -2,6 +2,7 @@
+
\ No newline at end of file
diff --git a/GPW/Site.Master b/GPW/Site.Master
index 3bc81b7..53ef2b4 100644
--- a/GPW/Site.Master
+++ b/GPW/Site.Master
@@ -2,7 +2,7 @@
-
+
diff --git a/GPW/Site.Master.designer.cs b/GPW/Site.Master.designer.cs
index aa1558b..7be2baa 100644
--- a/GPW/Site.Master.designer.cs
+++ b/GPW/Site.Master.designer.cs
@@ -7,22 +7,11 @@
//
//------------------------------------------------------------------------------
-namespace GPW
-{
-
-
- public partial class SiteMaster
- {
-
- ///
- /// HeadContent control.
- ///
- ///
- /// Auto-generated field.
- /// To modify move field declaration from designer file to code-behind file.
- ///
- protected global::System.Web.UI.WebControls.ContentPlaceHolder HeadContent;
-
+namespace GPW {
+
+
+ public partial class SiteMaster {
+
///
/// MainContent control.
///
diff --git a/GPW/WebMasterPages/AjaxSimpleFull.Master b/GPW/WebMasterPages/AjaxSimpleFull.Master
index 95d6486..249ae26 100644
--- a/GPW/WebMasterPages/AjaxSimpleFull.Master
+++ b/GPW/WebMasterPages/AjaxSimpleFull.Master
@@ -2,18 +2,26 @@
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="asp" %>
<%@ Register Src="../WebUserControls/mod_menuBottomFullpage.ascx" TagName="mod_menuBottomFullpage" TagPrefix="uc1" %>
-
-
-
- GPW
+
+
+
+
+
+
+ <%: Page.Title %> - GPW
+
+ <%: Scripts.Render("~/bundles/modernizr") %>
+
+
+
+
+
+
- <%--link CDN--%>
- <%--
- --%>
- <%--link librerie locali--%>
+
@@ -41,12 +49,6 @@