Skip to content
Snippets Groups Projects
Commit a0e60a57 authored by Eric Bremner's avatar Eric Bremner
Browse files

ISTWCMS-5129: removing specific templates for catalogs as now views-view handles it

parent f7f64288
No related branches found
No related tags found
1 merge request!57Feature/istwcms 5129 ebremner theme services views
{% if (view.current_display == 'catalog_a_z_page') %}
<div class="views-element-container contextual-region">
{% endif %}
{% include '@components/tabs/tabs--link/tabs--link.twig' with {
'content_list': content_list,
'tabs_modifier_class': 'catalog'
} %}
{% if form_search %}
{% include '@components/form-view-search/form-view-search.twig' with {
'form_search': form_search
} %}
{% endif %}
{% include '@components/view/views-view/views-view.twig' with {
'title_prefix': title_prefix,
'title': title,
'title_suffix': title_suffix,
'header': header,
'exposed': exposed,
'attachment_before': attachment_before,
'rows': rows,
'pager': pager,
'attachment_after': attachment_after,
'more': more,
'feed_icons': feed_icons,
} %}
{% if (view.current_display == 'catalog_a_z_page') %}
</div>
{% endif %}
{% include '@components/tabs/tabs--link/tabs--link.twig' with {
'content_list': content_list,
} %}
{% if form_search %}
{% include '@components/form-view-search/form-view-search.twig' with {
'form_search': form_search
} %}
{% endif %}
{% include '@components/view/views-view/views-view.twig' with {
'title_prefix': title_prefix,
'title': title,
'title_suffix': title_suffix,
'header': header,
'exposed': exposed,
'attachment_before': attachment_before,
'rows': rows,
'pager': pager,
'attachment_after': attachment_after,
'more': more,
'feed_icons': feed_icons,
} %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment