mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 17:05:33 +02:00
Merge pull request #55 from jonom/patch-1
Removed misleading comments and legacy requirement calls
This commit is contained in:
commit
50dff80399
@ -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
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user