Add back the lines deleted in r41205

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@41420 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Andrew O'Neil 2007-09-07 00:20:22 +00:00
parent 1bd7dce68a
commit 0538bc2595
1 changed files with 6 additions and 0 deletions

View File

@ -64,6 +64,12 @@ class CMSMain extends LeftAndMain implements CurrentPageIdentifier, PermissionPr
// For Gallery
Requirements::javascript('gallery/javascript/GalleryPage_CMS.js');
Requirements::themedCSS('typography');
// For Widgets
Requirements::css('cms/css/WidgetAreaEditor.css');
Requirements::javascript('cms/javascript/WidgetAreaEditor.js');
// HACK ALERT:
// We need a better way of including all of the CSS that *might* be used by this application.