<{* menu *}>
<{* end menu *}>
<{* Left Column , weight 500- *}>
<{if $xoops_showlblock}>
<{foreach item=block from=$xoops_lblocks name=lbloop}>
<{if $block.weight > 499 }>
<{if ! $block.title|strstr:"none"}>
"><{$block.title}>
<{else}>
<{/if}>
<{$block.content}>
<{/if}>
<{/foreach}>
<{/if}>
<{* End Left Column *}>
<{if $xoops_dirname == ""}>
<{$xoops_sitename}>
<{else}>
<{$xoops_sitename}>
<{/if}>
<{if $xoops_dirname == ""}>
Welcome to <{$xoops_sitename}> <{$xoops_slogan}>
<{elseif $xoops_dirname == "wordpress"}>
<{$item.name}>
<{elseif $xoops_dirname == "xpressme"}>
<{$item.name}>
<{else}>
<{if $xoops_pagetitle}>
<{$xoops_pagetitle}>
<{else}>
<{$xoops_modulename}>
<{/if}>
<{/if}>
<{* Submenu *}>
<{if $xoops_dirname == ""}>
<{elseif $xoops_dirname == "wordpress"}>
<{elseif $xoops_dirname == "xpressme"}>
<{else}>
<{/if}>
<{* End Submenu *}>
<{* grid-content *}>
<{if $xoops_showlblock == 0 and $xoops_showrblock == 0}>
<{include file="$xoops_theme/theme_L0R0.html"}>
<{elseif $xoops_showlblock == 1 and $xoops_showrblock == 0}>
<{include file="$xoops_theme/theme_L1R0.html"}>
<{elseif $xoops_showlblock == 0 and $xoops_showrblock == 1}>
<{include file="$xoops_theme/theme_L0R1.html"}>
<{elseif $xoops_showlblock == 1 and $xoops_showrblock == 1}>
<{include file="$xoops_theme/theme_L1R1.html"}>
<{/if}>
<{* End grid-content *}>