1
0
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:
Marc Alexander
2021-10-17 13:21:35 +02:00
parent 056fb494b1
commit 4d966d1762
4 changed files with 2 additions and 2 deletions

View 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}