first commit

This commit is contained in:
2025-03-12 17:06:23 +01:00
commit 2241f7131f
13185 changed files with 1692479 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
<div class="copyright clearfix text-muted">
{if $lang!="pl_PL"}
Powered by <a href="https://www.sote.pl/" target="_blank" rel="noopener" title="SOTESHOP">SOTESHOP</a>
{else}
<a href="https://www.sote.pl/" target="_blank" rel="noopener" title="Sklep internetowy SOTE">Sklep internetowy SOTE</a>
{/if}
</div>

View File

@@ -0,0 +1,12 @@
{set layout="homepage"}
<div id="homepage">
{st_get_component module="stSlideBannerFrontend" component="show"}
<div class="container">
{slot name="main-index-after-slider" hidden="true"}{/slot}
{st_get_component module="stFrontendMain" component="mainText"}
{st_get_component module="stProduct" component="treeMain"}
{st_get_component module="stProduct" component="productGroup" product_group="MAIN_PAGE"}
{st_get_component module="stBlogFrontend" component="index"}
{slot name="main-index-bottom" hidden="true"}{/slot}
</div>
</div>

View File

@@ -0,0 +1,3 @@
<div id="main_text" class="tinymce_html thumbnail clearfix">
{$content}
</div>