mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
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:
@@ -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>();
|
||||
|
Reference in New Issue
Block a user