Subversion-Projekte lars-tiefland.shop_ns

Revision

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

{if $aktion->img} 
    {$aktion->img}
    <div class="aktion_spacer">&nbsp;</div>
{/if}

{if $aktion->headline or $aktion->text}
<div class="aktion_box">
    <h1>{$aktion->headline}</h1>
    <p>{$aktion->text}</p>
</div>
{/if}



{if $aktion->tagestipp}
<div class="box_2">
{include file="aktionTagestipp.tpl"}
</div>
{/if}
{section loop=$aktion->artikel name=a_ind}
    {include file="item_big.tpl" item=$aktion->artikel[a_ind]}
{/section}
<div class="break"></div>