{if $LayoutTopStyle == "default"}
{include file="site_top_default.html"}
{else}
{include file="site_top.html"}
{/if}
|
{if $LayoutCheckoutPlace == "OverTopBar"}
|
{/if}
{if $LayoutTopBarVisible == "YES"}
|
{/if}
{if $MENU_VIEW == "catalog"}
{include file="boxes/box_categories.html"} |
{/if}
{if $MENU_VIEW == "checkout"}
{include file="boxes/box_checkout.html"} |
{if $auth_express != "yes" && $AllowCreateAccount != "No"}
{include file="boxes/box_profile.html"} |
{/if}
{/if}
{if $HideBoxesOnCheckout == "no"}
{foreach from=$site_boxes item=site_box}
{if $site_box.place == "Left"}
{include file=$site_box.file} |
{/if}
{/foreach}
{/if}
|
 |
{include file=$body} |
|
{if $HideBoxesOnCheckout == "no" && $IsRightSide == "yes"}
{foreach from=$site_boxes item=site_box}
{if $site_box.place == "Right"}
{include file=$site_box.file} |
{/if}
{/foreach}
|
{else}
 |
{/if}
 |
 |
{if $HideBoxesOnCheckout == "no" && $IsRightSide == "yes"}
 |
{/if}
|
{include file="site_bottom.html"}
|