diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2014-11-21 20:41:14 +0100 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2014-11-21 20:41:14 +0100 |
commit | 95a8f400529a26b403cb22f8b71106780f31d21e (patch) | |
tree | 95ad3c2a09b13c09bb6b807a5167ada08f3bc505 /tests/template/templates/includecss.html | |
parent | a1917086017e3d59f229223edf52eddd72a08b24 (diff) | |
parent | 1689191f29ded2037d126d58d691752bb0afe697 (diff) | |
download | forums-95a8f400529a26b403cb22f8b71106780f31d21e.tar forums-95a8f400529a26b403cb22f8b71106780f31d21e.tar.gz forums-95a8f400529a26b403cb22f8b71106780f31d21e.tar.bz2 forums-95a8f400529a26b403cb22f8b71106780f31d21e.tar.xz forums-95a8f400529a26b403cb22f8b71106780f31d21e.zip |
Merge branch 'develop-ascraeus' into develop
Diffstat (limited to 'tests/template/templates/includecss.html')
-rw-r--r-- | tests/template/templates/includecss.html | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/tests/template/templates/includecss.html b/tests/template/templates/includecss.html index a09e44f240..23e3c426d7 100644 --- a/tests/template/templates/includecss.html +++ b/tests/template/templates/includecss.html @@ -1,3 +1,10 @@ -<!-- INCLUDECSS child_only.css --> -<!-- INCLUDECSS parent_only.css --> +<!-- 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} |