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,14 @@
<div id="copyright">
{if $lang!="pl_PL"}
<div class="link">
<a href="https://www.soteshop.com/?hash=d7b7a86ef3da5589babb51d26e1ca9c7" target="_blank">ecommerce software</a>&nbsp;
</div>
<div class="logo_en">
<a href="https://www.soteshop.com/?hash=d7b7a86ef3da5589babb51d26e1ca9c7" target="_blank"><img src="{image_path image='logo_foot.png'}" alt="ecommerce software poland" title="online shop SOTE" width="39" height="12"/></a>
</div>
{else}
<div class="link"><a href="https://www.sote.pl/?hash=d7b7a86ef3da5589babb51d26e1ca9c7" target="_blank">{__ text="oprogramowanie" langCatalogue="stFrontend"}</a></div>
<div class="logo_sote"><a href="https://www.sote.pl/?hash=d7b7a86ef3da5589babb51d26e1ca9c7" target="_blank"><img src="{image_path image='logo_foot.png'}" alt="sklepy internetowe" width="39" height="12" title="sklep internetowy SOTE" /></a></div>
{/if}
<div class="clear"></div>
</div>

View File

@@ -0,0 +1,9 @@
<div class="portal-column" id="portal_main">
{slot name="homepage_container"}
{component name="stSlideBannerFrontend/show"}
{component name="stFrontendMain/mainText"}
{component name="stNewsFrontend/index" parameters="params: MAIN"}
{component name="stProduct/treeMain"}
{component name="stProduct/productGroup" parameters="product_group: MAIN_PAGE"}
{/slot}
</div>

View File

@@ -0,0 +1,6 @@
<div id="main_text" class="block box roundies">
<div class="content tinymce_html">
{$content}
</div>
<div class="clear"></div>
</div>