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,16 @@
<div id="st_box_foot">
<div id="st_foot">
{foreach key=row item=webpages_group from=$results}
{st_get_component module="stWebpageFrontend" component="groupWebpage" params="id=`$webpages_group.id`"}
{/foreach}
<div class="box_group_webpage">
<h3>{__ text="Sklep"}</h3>
<ul>
<li>{link text="Strona główna" langCatalogue="stFrontend" uri="@homepage"}</li>
<li>{link text="Poleć sklep" langCatalogue="stRecommendShopFrontend" uri="/recommend_shop/index"}</li>
<li>{link text="Mapa serwisu" langCatalogue="stSitemapFrontend" uri="/sitemap"}</li>
</ul>
</div>
</div>
</div>

View File

@@ -0,0 +1,4 @@
{foreach key=row item=webpage from=$results}
{$webpage.link}
{if $webpage.count != $webpage.index}-{/if}
{/foreach}

View File

@@ -0,0 +1,4 @@
{foreach key=row item=webpage from=$results}
{$webpage.link}
{if $webpage.count != $webpage.index}-{/if}
{/foreach}

View File

@@ -0,0 +1,6 @@
<h1>{__ text="Lista stron www"}:</h1><br />
<ul>
{foreach key=row item=webpage from=$results}
<li>{$webpage.link}</li>
{/foreach}
</ul>

View File

@@ -0,0 +1,8 @@
<div id="st_webpage-title">
<h2 class="st_title">{$content_name}</h2>
{st_get_component module="stAddThisFrontend" component="shareButtons" params="view='webpage'"}
</div>
<br class="st_clear_all"/>
<div class="content_tinymce">
{$content}
</div>