{config_load file=$skin_color_scheme} {if $body == 'home.html'} CD & DVD Duplication | CD & DVD Replication | CD & DVD Manufacturing {else} {$meta_title|htmlspecialchars} {/if} {include file="javascript/localization.html"} {$ajax_javascript}
{if $HideBoxesOnCheckout == 'no' && ($IsRightSide == 'yes' && $site_boxes_right > 0)} {assign var='show_layout_rightside' value='yes'} {else} {assign var='show_layout_rightside' value='no'} {/if}
{if $show_layout_rightside == 'yes'}
{else}
{/if} {if $body == 'page.html'} {include file="$body"} {elseif $body == 'home.html'} {include file="pages/home.html'} {else}
{include file="$body"}        
{/if}
{if $show_layout_rightside == 'yes'}
{if $HideBoxesOnCheckout == 'no' && ($IsRightSide == 'yes' && $site_boxes_right > 0)} {assign var='boxindex' value=0} {foreach from=$site_boxes item=site_box} {if $site_box.place == 'Right'} {math equation="x + 1" x=$boxindex assign="boxindex"} {include file=$site_box.file} {/if} {/foreach} {/if}
{/if}
{if $MENU_VIEW == 'checkout' || $site_boxes_left > 0} {assign var='boxindex' value=0} {if $MENU_VIEW == 'checkout'} {assign var='boxindex' value=1} {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'} {math equation="x + 1" x=$boxindex assign="boxindex"} {include file=$site_box.file} {/if} {/foreach} {/if} {/if}