FIX lettura conf da DB / file x ADM

This commit is contained in:
Samuele E. Locatelli
2018-10-19 10:39:33 +02:00
parent 41427b6f69
commit ca683cd633
7 changed files with 47 additions and 48 deletions
+5 -5
View File
@@ -3,9 +3,9 @@ using System.Web.UI;
public partial class AjaxSimple : System.Web.UI.MasterPage
{
protected override void OnLoad(EventArgs e)
{
base.OnLoad(e);
Page.Title = SteamWare.memLayer.ML.confReadString("_titoloPagina");
}
protected override void OnLoad(EventArgs e)
{
base.OnLoad(e);
Page.Title = SteamWare.memLayer.ML.CRS("_titoloPagina");
}
}