Started the Widget area in the CMS

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@39198 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Andrew O'Neil 2007-07-24 06:23:01 +00:00
parent a8ed557d99
commit 8f07141313
1 changed files with 3 additions and 0 deletions

View File

@ -66,6 +66,9 @@ class CMSMain extends LeftAndMain implements CurrentPageIdentifier, PermissionPr
Requirements::themedCSS('typography');
// For Blog
Requirements::css("blog/css/WidgetAreaField.css");
// HACK ALERT:
// We need a better way of including all of the CSS that *might* be used by this application.
// Perhaps the ajax responses can include some instructions to go get more CSS / JavaScript?