{# ThemeWare meta content #} {# TODO: Check theme vars #} {# ---------------- START: SET TEMPLATE VARS ---------------- #} {# ThemeWare: Set theme variables #} {% set twtBackgroundImage = theme_config('twt-background-image') %} {% set twtBackgroundImageShow = theme_config('twt-background-image-show') %} {% set twtCustomCss = theme_config('twt-custom-css') %} {% set twtCustomCssCode = theme_config('twt-custom-css-code') %} {% set twtFooterBackgroundImage = theme_config('twt-footer-background-image') %} {% set twtFooterBackgroundImageShow = theme_config('twt-footer-background-image-show') %} {% set twtFooterBottomBackgroundImage = theme_config('twt-footer-bottom-background-image') %} {% set twtFooterBottomBackgroundImageShow = theme_config('twt-footer-bottom-background-image-show') %} {% set twtFooterLowerSectionBackgroundImage = theme_config('twt-footer-lower-section-background-image') %} {% set twtFooterLowerSectionBackgroundImageShow = theme_config('twt-footer-lower-section-background-image-show') %} {% set twtFooterMainSectionBackgroundImage = theme_config('twt-footer-main-section-background-image') %} {% set twtFooterMainSectionBackgroundImageShow = theme_config('twt-footer-main-section-background-image-show') %} {% set twtFooterUpperSectionBackgroundImage = theme_config('twt-footer-upper-section-background-image') %} {% set twtFooterUpperSectionBackgroundImageShow = theme_config('twt-footer-upper-section-background-image-show') %} {% set twtHeaderBackgroundImage = theme_config('twt-header-background-image') %} {% set twtHeaderBackgroundImageShow = theme_config('twt-header-background-image-show') %} {# ---------------- END: SET TEMPLATE VARS ---------------- #} {# ThemeWare: Inline styles #} {% block twt_layout_head_style %}{% endblock %}