diff options
Diffstat (limited to 'tests/template/templates/includecss.html')
-rw-r--r-- | tests/template/templates/includecss.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/template/templates/includecss.html b/tests/template/templates/includecss.html new file mode 100644 index 0000000000..23e3c426d7 --- /dev/null +++ b/tests/template/templates/includecss.html @@ -0,0 +1,10 @@ +<!-- IF TEST === 1 --> + <!-- INCLUDECSS child_only.css --> +<!-- ELSEIF TEST === 2 --> + <!-- INCLUDECSS parent_only.css --> +<!-- ELSEIF TEST === 3 --> + <!-- INCLUDECSS @include_css/test.css --> +<!-- ELSEIF TEST === 4 --> + <!-- INCLUDECSS @include_css/child_only.css --> +<!-- ENDIF --> +{$STYLESHEETS} |