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