<{$headstr}> <{if $templates!="prd" && $templates!="prd2"}> <{else}> <{/if}>
<{if $templates=="intro"}>
about us
<{elseif $templates=="prd" }>
Products
<{elseif $templates=="news" }>
News
<{elseif $templates=="affiliated" }>
affiliated
<{elseif $option=="contact"}>
Contact us
<{elseif $option=="member"|| $templates=="affiliated2" || $templates=="news2" || $templates=="prd2"}>
Employee
<{/if}>
<{if $templates!="prd" && $templates!="prd2"}>
<{if $option !='contact' && $option!='member'}>
<{$title}>

<{include file=$sub_tpl}>
<{elseif $option=='contact' || $option=='member'}>
<{$title}>

<{include file=$sub_tpl}>
<{/if}>
<{include file=$foot_tpl}>
<{else}>
<{$title}>
<{include file=$sub_tpl}>
<{if $leftmenu_box|@count > 0}> <{/if}>
<{include file=$foot_tpl}> <{/if}>