{if $MENU_VIEW == "checkout" || $site_boxes_left > 0}
{if $MENU_VIEW == "checkout"}
| {include file="boxes/box_checkout.html"} |
{if $auth_express != "yes" && $AllowExpressCheckout == "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}
|
{/if}
{if $blog_body == 'Yes'}
{else}
{/if}
{if $HideBoxesOnCheckout == "no" && ($IsRightSide == "yes" || $site_boxes_right > 0)}
{foreach from=$site_boxes item=site_box}
{if $site_box.place == "Right"}
| {include file=$site_box.file} |
{/if}
{/foreach}
|
{else}
 |
{/if}
|