{% set blEnableInfiniteScroll = oViewConf.getViewThemeParam("blEnableInfiniteScroll") %} {% set oPageNavigation = oView.getPageNavigation() %} {% block list_scripts %} {% if blEnableInfiniteScroll and oPageNavigation.NrOfPages > 1 %} {{ script({ include: "js/vendor-config/c4s-infinitescroll.min.js", priority: 10, dynamic: __oxid_include_dynamic }) }} {# todo #} {% endif %} {% endblock %} {% set aCatThumbnailsize = oViewConf.getViewThemeParam("sCatThumbnailsize")|split('*') %} {# Height of the Category Image #} {% for sCatThumbnailsize in aCatThumbnailsize %} {% if loop.last %} {% set sCatImgHeight = sCatThumbnailsize %} {% endif %} {% endfor %} {% set sListType = oView.getListType() %} {% set oActCategory = oView.getActiveCategory() %} {% if sListType != "manufacturer" and sListType != "vendor" %} {% set oParentCategory = oActCategory.getParentCategory() %} {% endif %} {% capture append = "oxidBlock_sidebar" %} {% if sListType == "manufacturer" or sListType == "vendor" %} {% if oActCategory and oActCategory.getIconUrl() %}
{% endif %} {% endif %} {% endcapture %} {# fullwidth category teaser #} {% if oActCategory.getThumbUrl() %} {% set blHideBreadcrumb = true %} {% capture append = "oxidBlock_categoryTeaser" %}