{assign var="currentPathArray" value="_"|@explode:$smarty.get.cPath} {foreach from=$currentPathArray item=c name=currentPath} {if $smarty.foreach.currentPath.last} {assign var="currentCategoryID" value=$c} {/if} {/foreach} {if $show_content_links == 1} {if $ACTIVATE_NAVTRAIL} {if $NAVTRAIL_VISIBLE_ON_STARTPAGE || ($CURRENT_FILE_LOADED !== "index.php" || $smarty.get.pid || $smarty.get.cat && (!$smarty.get.sub_shop_id || $currentCategoryID != $smarty.get.sub_shop_id))} {/if} {/if} {if $ACTIVATE_BOX_WIZARD && $CURRENT_FILE_LOADED !== "login.php" && $box_WIZARD}
{$box_WIZARD}
{/if} {/if} {if $HAS_CATEGORY_LISTING && ($CATEGORY_LISTING_POSITION =="form" || $CATEGORY_LISTING_POSITION=="listing")} {if ($CATEGORY_LISTING_POSITION =="listing" && $CURRENT_FILE_LOADED == "index.php" && $smarty.get.cat) || ($CATEGORY_LISTING_POSITION=="form" && ($CURRENT_FILE_LOADED != "index.php" || $smarty.get.cat))}
{$box_CATEGORIES_TEASER}
{/if} {/if} {if $smarty.const.DISPLAY_CATEGORIES_WITH_PRODUCTS && $main_content_product_listing} {$main_content_product_listing} {else} {$main_content} {/if} {$box_ADDITIONAL_OFFER}