first commit
This commit is contained in:
@@ -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>
|
||||
@@ -0,0 +1,4 @@
|
||||
{foreach key=row item=webpage from=$results}
|
||||
{$webpage.link}
|
||||
{if $webpage.count != $webpage.index}-{/if}
|
||||
{/foreach}
|
||||
@@ -0,0 +1,4 @@
|
||||
{foreach key=row item=webpage from=$results}
|
||||
{$webpage.link}
|
||||
{if $webpage.count != $webpage.index}-{/if}
|
||||
{/foreach}
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user