Files
kupshop/web/templates/x/home.tpl
2025-08-02 16:30:27 +02:00

32 lines
758 B
Smarty

{extends "index.tpl"}
{block "css-entry" append}
{encore_entry_link_tags entry='home'}
{/block}
{block "breadcrumbs"}
{/block}
{block "main-prefix"}
{if $isB2BUser}
{include "components/block.b2b-panel.tpl"}
{/if}
{/block}
{block "content"}
{insert_slider label="home" class="home-tns" template="block.slider.home.tpl" slider_size="slider_home"}
{insert_page code="system-home"}
{insert_products type="campaign_product" campaign="L" count=4 image='product_catalog'}
{ifmodule ARTICLES}
{get_articles assign='blog' section='all' count=3}
{if $blog.articles}
{include "articles/block.articles.home.tpl"}
{/if}
{/ifmodule}
{/block}
{block "js-entry" append}
{encore_entry_script_tags entry='home'}
{/block}