--HG--
branch : dev
This commit is contained in:
Nathan Heskew
2010-10-07 12:58:25 -07:00
163 changed files with 729 additions and 521 deletions

View File

@@ -34,7 +34,7 @@ namespace Orchard.Themes.Preview {
var shape = _shapeHelperFactory.CreateHelper();
_workContextAccessor.GetContext(filterContext).Page.Zones["Body"].Add(shape.ThemePreview(Themes: themeListItems), ":before");
_workContextAccessor.GetContext(filterContext).Layout.Zones["Body"].Add(shape.ThemePreview(Themes: themeListItems), ":before");
}
public void OnResultExecuted(ResultExecutedContext filterContext) { }