From 8f07141313a93c33dd8297323d27ea109574a761 Mon Sep 17 00:00:00 2001 From: Andrew O'Neil Date: Tue, 24 Jul 2007 06:23:01 +0000 Subject: [PATCH] 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 --- code/CMSMain.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/CMSMain.php b/code/CMSMain.php index 9b231106..fa35150b 100644 --- a/code/CMSMain.php +++ b/code/CMSMain.php @@ -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?