mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
BUGFIX #5135 LeftAndMain extra requirements loading for "themedcss" should use Requirements::themedCSS() not Requirements::css() - thanks Hamish! (from r100394)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@111623 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
ca52d729b8
commit
cb5cb90889
@ -264,7 +264,7 @@ class LeftAndMain extends Controller {
|
||||
}
|
||||
|
||||
foreach (self::$extra_requirements['themedcss'] as $file) {
|
||||
Requirements::css($file[0], $file[1]);
|
||||
Requirements::themedCSS($file[0], $file[1]);
|
||||
}
|
||||
|
||||
Requirements::css(CMS_DIR . '/css/unjquery.css');
|
||||
|
Loading…
Reference in New Issue
Block a user