1
Just try to show the Theme Bottom Left-Center-Right after i set the block to show up it won display anything at all.Some one please help to advised i post the code of the theme below hope can get some help ..
i was using XOOPS 2.0.16..
<{foreach item=block from=$xoops_lblocks}> <{include file="main/theme_blockleft.html"}> <{/foreach}>
|
<{if $xoops_showcblock == 1}>
<{foreach item=block from=$xoops_ccblocks}> <{include file="main/theme_blockcenter_c.html"}> <{/foreach}>
|
<{foreach item=block from=$xoops_clblocks}> <{include file="main/theme_blockcenter_l.html"}> <{/foreach}>
|
<{foreach item=block from=$xoops_crblocks}> <{include file="main/theme_blockcenter_r.html"}> <{/foreach}>
|
<{/if}>
<{$xoops_contents}>
<{if $xoBlocks.page_bottomleft or $xoBlocks.page_bottomright or $xoBlocks.page_bottomcenter}> <{if $xoBlocks.page_bottomcenter}> <{foreach from=$xoBlocks.page_bottomcenter item=block}><{include file="default/theme_blockcenter_c.html"}><{/foreach}> | <{/if}> <{if $xoBlocks.page_bottomleft or $xoBlocks.page_bottomright}> <{foreach from=$xoBlocks.page_bottomleft item=block}><{include file="default/theme_blockcenter_l.html"}><{/foreach}> | <{foreach from=$xoBlocks.page_bottomright item=block}><{include file="default/theme_blockcenter_r.html"}><{/foreach}> | <{/if}>
<{/if}> |
<{if $xoops_showrblock == 1}>
<{foreach item=block from=$xoops_rblocks}> <{include file="main/theme_blockright.html"}> <{/foreach}> |
<{/if}>