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.