1
0
mirror of https://github.com/silverstripe/silverstripe-framework synced 2024-10-22 12:05:37 +00:00
2016-11-23 19:25:12 +13:00

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 %>