Subversion-Projekte lars-tiefland.webanos.zeldi.de

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
4 lars 1
<!-- ANFANG .content -->
2
<div class="content">
3
 
4
    {if ( ($smarty.request.mode=="login" && isset($login) && $login["ret"] === false) ||
5
        $smarty.get.mode == "login" ||
6
        $smarty.get.mode == "favoriten" ||
7
        $smarty.get.mode == "forgot_pw" ||
8
        $smarty.get.mode == "register" ||
9
        $smarty.get.mode == "list_orders" ||
10
 
11
        $smarty.get.mode == "change_pw" ||
12
        $smarty.get.mode == "addresses")}
13
 
14
        {include file="login_center.tpl"}
15
 
16
        {if $smarty.get.basket==true}
17
            {include file="add_to_basket_dialog.tpl" hideWeiterButton=true}
18
        {/if}
19
 
20
    {elseif $error_content}
21
        <section>
22
            <div class="inner">
23
                <div class="typo3content">
24
                    {$error_content}
25
                </div>
26
            </div>
27
        </section>
28
    {else}
29
 
30
 
31
 
32
        {if $pagetype == "Startseite" && $file != "buy.tpl" && ( $neue_produkte )}
33
 
34
            {if $ini.modules.neue_produkte == 1 && is_array($neue_produkte) && count($neue_produkte)>2}
35
            <section class="section_itemSlider">
36
                {include file="itemSlider.tpl" items=$neue_produkte angebot=0 itemSliderHeadline="Neue Produkte" suffix="neueprodukte"}
37
            </section>
38
            {/if}
39
 
40
        {/if}
41
 
42
 
43
        {if $pagetype=="Startseite"}
44
           {include file="angebote.tpl"}
45
        {/if}
46
 
47
        {if $pagetype=="Startseite" && $ini.modules.herstellerListe==1 && $herstellerListe_footer|is_array}
48
            {include file="hersteller_slider.tpl"}
49
        {/if}
50
 
51
        {*if $file && $file!="aktion.tpl"*}
52
            {block name="content"}{/block}
53
        {*/if*}
54
 
55
        {$content}
56
 
57
        {*
58
        {if $pagetype=="Startseite"}
59
            {include file="turnaround.tpl"}
60
        {/if}
61
        *}
62
 
63
        {if ($pagetype=="Startseite" || $pagetype=="Navigationsseite" || $pagetype=="Itemseite") && is_array($topseller) && count($topseller)>2}
64
        <section class="section_itemSlider">
65
            {include file="itemSlider.tpl" items=$topseller angebot=0 itemSliderHeadline="Unsere Topseller" suffix="topseller" anzahl=4}
66
        </section>
67
        {/if}
68
 
69
        {if $ini.modules.add_to_basket==1 && $file != "buy.tpl"}
70
            {include file="add_to_basket_dialog.tpl"}
71
        {/if}
72
    {/if}
73
 
74
</div>
75
<!-- ENDE .content -->