From 0538bc25953d89a994454a88fd0a2359d8779e6f Mon Sep 17 00:00:00 2001 From: Andrew O'Neil Date: Fri, 7 Sep 2007 00:20:22 +0000 Subject: [PATCH] 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 --- code/CMSMain.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/code/CMSMain.php b/code/CMSMain.php index 6c515ddc..66f58b5d 100644 --- a/code/CMSMain.php +++ b/code/CMSMain.php @@ -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.