diff --git a/mysite/code/Page.php b/mysite/code/Page.php index f6e7330..7d9d708 100755 --- a/mysite/code/Page.php +++ b/mysite/code/Page.php @@ -34,8 +34,9 @@ class Page_Controller extends ContentController { public function init() { parent::init(); - /* Note: you should use <% require %> tags inside your templates instead of putting Requirements calls here. However - * these are included so that our older themes still work */ + // Note: you should use SS template require tags inside your templates + // instead of putting Requirements calls here. However these are + // included so that our older themes still work Requirements::themedCSS("layout"); Requirements::themedCSS("typography"); Requirements::themedCSS("form");