1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 16:56:44 +02:00
Files
php-phpbb/tests/template/templates/includecss_twig.html
2021-10-17 13:21:35 +02:00

11 lines
284 B
HTML

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