a4f4b7d0b3
Update theme & remove dynatree requirement
5 lines
150 B
Plaintext
5 lines
150 B
Plaintext
@{
|
|
ViewContext.ViewBag.IsInitialConfig = true;
|
|
Layout = MVC.Shared.Views._PublicLayout;
|
|
Html.BundleDeferred("~/Style/InitialConfig");
|
|
} |