Subversion-Projekte lars-tiefland.shop_ns

Revision

Blame | Letzte Änderung | Log anzeigen | RSS feed

            <!-- ANFANG .content -->

            <div class="content">
                {if $car} 
                    {include file="carousel.tpl"}
                {/if}
                {if $ng}
                    {$ng}
                {/if}
                {if $file}
                    {include file="$file"}
                {elseif $smarty.session.SHOP.Login && $smarty.request.mode=="change_pw"}
                    {include file="change_pw.tpl"}
                {elseif !$smarty.session.SHOP.Login && $smarty.request.mode=="login"}
                    {include file="login_center.tpl"}
                {/if}
                {$content}
                {if $lastvisited}
                    {include file="lastvisited.tpl"}
                {/if}
                
            </div>
            <!-- ENDE .content -->