Revision 111 |
Details |
Vergleich mit vorheriger |
Letzte Änderung |
Log anzeigen
| RSS feed
| Revision |
Autor |
Zeilennr. |
Zeile |
| 111 |
lars |
1 |
{if !$smarty.get.basket && $file != "buy.tpl"}
|
|
|
2 |
{if $smarty.get.item && is_array($items) && $items|count>2}
|
|
|
3 |
<section class="section_itemSlider">
|
|
|
4 |
{include file="itemSlider.tpl" items=$items angebot=0 itemSliderHeadline="Das könnte Sie auch interessieren" suffix="kba"}
|
|
|
5 |
</section>
|
|
|
6 |
{/if}
|
|
|
7 |
|
|
|
8 |
{if $lastvisited|is_array && $lastvisited|count>2 && $pagetype!="Startseite" && $pagetype!="Unterseite"}
|
|
|
9 |
<section class="section_itemSlider">
|
|
|
10 |
{include file="itemSlider.tpl" items=$lastvisited angebot=0 itemSliderHeadline="Zuletzt angesehen" suffix="lastvisited"}
|
|
|
11 |
</section>
|
|
|
12 |
{/if}
|
|
|
13 |
{/if}
|