Classic is the new default (theme)

--HG--
branch : dev
This commit is contained in:
Nathan Heskew
2010-03-02 05:06:19 -08:00
parent ab13b3e6e4
commit 8b2c404480

View File

@@ -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>();