Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion DNN Platform/Website/Default.aspx.cs
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,8 @@ protected override void OnInit(EventArgs e)

var ctlSkin = this.GetSkin();

this.clientResourceController.RegisterPathNameAlias("SkinPath", this.CurrentSkinPath);

// check for and read skin package level doctype
this.SetSkinDoctype();

Expand Down Expand Up @@ -450,7 +452,7 @@ private void InitializePage()
// Configure the ActiveTab with Skin/Container information
this.portalSettingsController.ConfigureActiveTab(this.PortalSettings);

this.clientResourceController.RegisterPathNameAlias("SkinPath", this.CurrentSkinPath);
// this.clientResourceController.RegisterPathNameAlias("SkinPath", this.CurrentSkinPath);

// redirect to a specific tab based on name
if (!string.IsNullOrEmpty(this.Request.QueryString["tabname"]))
Expand Down Expand Up @@ -876,3 +878,4 @@ private string GetCssVariablesStylesheetCallback(CacheItemArgs args)
}
}
}