Subversion-Projekte lars-tiefland.ci

Revision

Revision 42 | Blame | Vergleich mit vorheriger | Letzte Änderung | Log anzeigen | RSS feed

<!-- ANFANG .content -->
<div class="content">    
    {if ( ($smarty.request.mode=="login" && isset($login) && $login["ret"] === false) || $smarty.get.mode == "forgot_pw" || $smarty.get.mode == "register" || $smarty.get.mode == "list_orders" || $smarty.get.basket || $smarty.get.mode == "change_pw" || $smarty.get.mode == "addresses")}
        
        {include file="login_center.tpl" nocache}
    
    {else}

        {if $file!="aktion.tpl" && $file}
            {include file="$file"}
        {/if}
    
        
        {include file="bottomcontent.tpl"}
        
        {$content}
        
        {if $ini.modules.add_to_basket==1 && $file != "buy.tpl"}
            {include file="add_to_basket_dialog.tpl" nocache}       
        {/if} 
    {/if}
</div>

<!-- ENDE .content -->