mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-09-22 20:13:50 +08:00
Classic is the new default (theme)
--HG-- branch : dev
This commit is contained in:
@@ -98,7 +98,7 @@ namespace Orchard.Setup.Controllers {
|
||||
|
||||
// set site theme
|
||||
var themeService = finiteEnvironment.Resolve<IThemeService>();
|
||||
themeService.SetSiteTheme("Green");
|
||||
themeService.SetSiteTheme("Classic");
|
||||
|
||||
var contentManager = finiteEnvironment.Resolve<IContentManager>();
|
||||
|
||||
|
Reference in New Issue
Block a user