{# Comment: includes only if necessary in the right places #} {% if USER_STICKYBAR and S_STICKY_PATH %} {% if not INCLUDED_STICKYBAR_CSS %} {% INCLUDECSS '@hifikabin_stickybar/stickybar.css' %} {% set INCLUDED_STICKYBAR_CSS = true %} {% endif %} {% if not INCLUDED_STICKYBARNAVBARJS %} {% INCLUDEJS '@hifikabin_stickybar/js/stickybar_navbar.js' %} {% DEFINE INCLUDED_STICKYBARNAVBARJS = true %} {% endif %} {% if not INCLUDED_STICKYBARGOTOJS %} {% INCLUDEJS '@hifikabin_stickybar/js/stickybar_goto.js' %} {% DEFINE INCLUDED_STICKYBARGOTOJS = true %} {% endif %} {% endif %}