Subversion-Projekte lars-tiefland.marine-sales.de

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
2 lars 1
 
2
 
3
{section loop=$skl name=sk_ind}
4
 
5
    {if $skl[sk_ind].typ=="frei"}
6
    <div class="box_1">
7
        {if $skl[sk_ind].bild_url}
8
 
9
            {if $skl[sk_ind].bild_link}
10
                <a href="{$skl[sk_ind].bild_link}"
11
                {if $skl[sk_ind].bild_link|strstr:"http"}
12
                target="_blank"
13
                {/if}
14
                >{/if}<img src="/images/sonderkasten/{$skl[sk_ind].bild_url}" />{if $skl[sk_ind].bild_link}</a>{/if}
15
 
16
        {else}
17
            {if $skl[sk_ind].titel}
18
                <h1 class="big sonderkasten_top">{$skl[sk_ind].titel}</h1>
19
            {/if}
20
        {/if}
21
 
22
 
23
        <div class="box_middle horizontal_verlauf align_center">
24
 
25
            {if $skl[sk_ind].inhalt}
26
                <p>{$skl[sk_ind].inhalt}</p>
27
            {/if}
28
        </div>
29
    </div>
30
    {else}
31
        {if $skl[sk_ind].position|stristr:$pagetype}
32
            {if $skl[sk_ind].untertyp=="Shopnavigation"}
33
            {include file="navigation.tpl"}
34
            {elseif $skl[sk_ind].untertyp=="Warenkorb"}
35
            {include file="basket_info.tpl"}
36
            {elseif $skl[sk_ind].untertyp=="Suche"}
37
            {include file="search.tpl"}
38
            {elseif $skl[sk_ind].untertyp=="Login/Passwort"}
39
            {include file="login.tpl"}
40
            {elseif $skl[sk_ind].untertyp=="ServiceCenter"}
41
            {include file="service_center.tpl"}
42
            {elseif $skl[sk_ind].untertyp=="Last-visited"}
43
            {include file="lastvisited.tpl"}
44
            {elseif $skl[sk_ind].untertyp=="Top Seller"}
45
            {include file="topseller.tpl"}
46
            {elseif $skl[sk_ind].untertyp=="Top Offer"}
47
            {include file="sonderangebote.tpl"}
48
            {elseif $skl[sk_ind].untertyp=="New Products"}
49
            {include file="neue_produkte.tpl"}
50
            {elseif $skl[sk_ind].untertyp=="News"}
51
            {include file="news.tpl" news=$smarty.session.news}
52
            {elseif $skl[sk_ind].untertyp=="Hersteller"}
53
                {if $hersteller_arr}
54
                    {include file="sk_hersteller.tpl"}
55
                {/if}
56
            {/if}
57
        {/if}
58
    {/if}
59
 
60
{/section}