もっと見る

<{if $xoops_showcblock == 1}> <{if $xoops_ccblocks}><{* Start Center Center Column BlockWeight = 0 *}> <{/if}><{* End Center Center Column *}> <{/if}>
<{include file="`$xoops_theme`/theme_centercolumn.html"}>
<{if $xoops_ccblocks}><{* Start bottom Column BlockWeight 1000-1499 *}> <{foreach item=block from=$xoops_ccblocks name=ccloop}> <{if $block.weight >= 1000 and $block.weight < 1500}>
"> <{if ! $block.title|strstr:"none"}>

<{$block.title|regex_replace:"/\[\[\w+/":""}>

<{/if}> <{$block.content}>
<{/if}> <{/foreach}> <{/if}>
<{if $xoops_ccblocks}><{* Start bottom Column BlockWeight 1500-2000 *}> <{foreach item=block from=$xoops_ccblocks name=ccloop}> <{if $block.weight >= 1500 and $block.weight < 2000}>
<{if ! $block.title|strstr:"none"}>

<{$block.title|regex_replace:"/\[\[\w+/":""}>

<{/if}> <{$block.content}>
<{/if}> <{/foreach}> <{/if}>
<{if $xoops_ccblocks}><{* Start bottom Column BlockWeight 2000-2499 *}> <{foreach item=block from=$xoops_ccblocks name=ccloop}> <{if $block.weight >= 2000 and $block.weight < 2500}>
"> <{if ! $block.title|strstr:"none"}>

<{$block.title|regex_replace:"/\[\[\w+/":""}>

<{/if}> <{$block.content}>
<{/if}> <{/foreach}> <{/if}>
<{if $xoops_ccblocks}><{* Start bottom Column BlockWeight 2500-2999 *}> <{foreach item=block from=$xoops_ccblocks name=ccloop}> <{if $block.weight >= 2500 and $block.weight < 3000}>
<{if ! $block.title|strstr:"none"}>

<{$block.title|regex_replace:"/\[\[\w+/":""}>

<{/if}> <{$block.content}>
<{/if}> <{/foreach}> <{/if}>