mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-22 08:13:14 +02:00
[ticket/13508] Rename test files to fit in with current naming
PHPBB3-13508
This commit is contained in:
10
tests/template/templates/includecss_twig.html
Normal file
10
tests/template/templates/includecss_twig.html
Normal file
@@ -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}
|
Reference in New Issue
Block a user