mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
10 lines
334 B
Scheme
10 lines
334 B
Scheme
<% if $FailTest %>
|
|
<% require themedCss(RequirementsTest_a) %>
|
|
<% require themedJavascript(RequirementsTest_b) %>
|
|
<% require themedJavascript(RequirementsTest_c) %>
|
|
<% else %>
|
|
<% require themedJavascript(RequirementsTest_a) %>
|
|
<% require themedCss(RequirementsTest_b) %>
|
|
<% require themedCss(RequirementsTest_c) %>
|
|
<% end_if %>
|