Changed the default theme back to "Classic" for now and making "Classic" look decent w/ existing CSS and minimal template overrides

--HG--
branch : dev
This commit is contained in:
Nathan Heskew
2010-09-21 13:56:51 -07:00
parent 8e9314686e
commit fd9152eb4f
17 changed files with 50 additions and 127 deletions

View File

@@ -182,7 +182,7 @@ namespace Orchard.Setup.Services {
// set site theme
var themeService = environment.Resolve<IThemeService>();
themeService.SetSiteTheme("Contoso");
themeService.SetSiteTheme("Classic");
// add default culture
var cultureManager = environment.Resolve<ICultureManager>();