Merge pull request #55 from jonom/patch-1

Removed misleading comments and legacy requirement calls
This commit is contained in:
Will Rossiter 2013-11-11 21:28:44 -08:00
commit 50dff80399

View File

@ -30,14 +30,8 @@ class Page_Controller extends ContentController {
public function init() {
parent::init();
// 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('reset');
Requirements::themedCSS('layout');
Requirements::themedCSS('typography');
Requirements::themedCSS('form');
// You can include any CSS or JS required by your project here.
// See: http://doc.silverstripe.org/framework/en/reference/requirements
}
}