From a9e58df2a81b87968d68c291d6f59b08003ffb29 Mon Sep 17 00:00:00 2001 From: Guite Date: Sat, 13 Jun 2020 21:24:42 +0200 Subject: [PATCH] updated path --- Resources/views/Config/config.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/views/Config/config.html.twig b/Resources/views/Config/config.html.twig index 9eb81ea..0becaad 100644 --- a/Resources/views/Config/config.html.twig +++ b/Resources/views/Config/config.html.twig @@ -4,7 +4,7 @@ {{ pageSetVar('title', 'Legal settings'|trans) }} -

{% trans %}Important Usage Note{% endtrans %}: {% trans with {'%dir%': '"/Resources/views/en"', '%dir2%': '"config/templates/ZikulaLegalModule/"'} %}The provided legal statements are samples only. They need to be adapted to your specific needs and locales. You will find the content of the statements in files in the %dir% directory. These templates can be overridden by theme templates, or by global templates you would create in the %dir2% directory (in the appropriate sub-directory for the language you are writing for).{% endtrans %}

+

{% trans %}Important Usage Note{% endtrans %}: {% trans with {'%dir%': '"/Resources/views/en"', '%dir2%': '"templates/bundles/ZikulaLegalModule/"'} %}The provided legal statements are samples only. They need to be adapted to your specific needs and locales. You will find the content of the statements in files in the %dir% directory. These templates can be overridden by theme templates, or by global templates you would create in the %dir2% directory (in the appropriate sub-directory for the language you are writing for).{% endtrans %}

{{ form_start(form) }} {{ form_errors(form) }}