first commit
This commit is contained in:
@@ -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>
|
||||
@@ -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>
|
||||
@@ -0,0 +1,3 @@
|
||||
<div id="main_text" class="tinymce_html thumbnail clearfix">
|
||||
{$content}
|
||||
</div>
|
||||
Reference in New Issue
Block a user