7 lines
278 B
Twig
7 lines
278 B
Twig
{% autoescape false %}
|
|
{{ includeAssets({"type": "css"}) }}
|
|
{{ includeAssets({"type":"js"}) }}
|
|
{% endautoescape %}
|
|
{% if 'General_LayoutDirection'|translate =='rtl' %}
|
|
<link rel="stylesheet" type="text/css" href="plugins/Zeitgeist/stylesheets/rtl.css"/>
|
|
{% endif %}
|