3214 Posts in 848 Topics by 810 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 317 Views |
-
require themedCSS() outputs all files double

6 September 2012 at 5:02am Last edited: 6 September 2012 5:02am
I have a strange problem and don't know how to fix it. When I put in my page.php or page.ss
Requirements::themedCSS('master');
<% require themedCSS(master) %>
I see all CSS files twice in my source code.<link rel="stylesheet" type="text/css" href="/themes/max-rill-schule/css/master.css?m=1346850103" />
<link rel="stylesheet" type="text/css" href="/themes/mrs/css/popups.css?m=1346230048" />
<link rel="stylesheet" type="text/css" href="/themes/mrs/css/ie_fixes.css?m=1346230054" />
<link rel="stylesheet" type="text/css" href="/themes/mrs/css/master.css?m=1346850103" />
<link rel="stylesheet" type="text/css" href="/themes/mrs/css/popups.css?m=1346230048" />
<link rel="stylesheet" type="text/css" href="/themes/mrs/css/ie_fixes.css?m=1346230054" />
When I remove the required function nothing is set. Why do I get all files double?
(To clarify: I only have it in my php or template file, not in both files at the same time)Is this a known bug in SS 3.01?
-
Re: require themedCSS() outputs all files double

7 September 2012 at 9:48pm
Created ticket - http://open.silverstripe.org/ticket/7847
-
Re: require themedCSS() outputs all files double

11 September 2012 at 2:07am
Thanks. I didn't have found the other post.
| 317 Views | ||
|
Page:
1
|
Go to Top |


