{# ThemeWare "Floating/slideout widget" content #} {# ---------------- START: SET TEMPLATE VARS ---------------- #} {# ThemeWare: Set theme variables #} {% set twtFloatingWidgetBackgroundImage = theme_config('twt-floating-widget-background-image') %} {% set twtFloatingWidgetLink = theme_config('twt-floating-widget-link') %} {# ---------------- END: SET TEMPLATE VARS ---------------- #} {% block twt_floating_widget_container %}
{{ "twt.extension.floatingWidget.title"|trans|raw }}
{% block twt_floating_widget_content %} {% if twtFloatingWidgetLink > 1 %}{% endif %} {% if twtFloatingWidgetBackgroundImage != "" and twtFloatingWidgetBackgroundImage != "none" %}
{{
{% endif %}
{{ "twt.extension.floatingWidget.body"|trans|raw }}
{% if twtFloatingWidgetLink > 1 %}
{% endif %} {% endblock %}
{% endblock %}