XCL 2.2 Theme built with BlueTrip CSS Framework
Highly inspired by Gijoe work ^_^
This is a sample to show how to build a theme with a css framework and how to simple manage multiple blocks position by order/weight.
To test this theme, you need to intall and create 3 center-center blocks according to the following screenshot:
Smarty Condition
Here is a sample for Center-Center Block Position with order value equal to "10"
<{foreach item=block from=$xoops_ccblocks}>
<{if $block.weight eq 10 }>
<{if $block.title|regex_replace:"/.*none/":"none" ne "none"}>
<{$block.title}> - <{$block.weight}>
<{/if}>
<{$block.content}>
<{/if}>
<{/foreach}>
This makes easy to extend any layout with multiple blocks position !
Download : BTcss Theme Multi Block
Have Fun ! :D
コメント(3)
Oops, there's a tag typo on my post. Sorry i can't edit it.
Oops, there's a tag typo on my post. Sorry i can't edit it.
Xoopscube.org article :
http://xoopscube.org/xigg/125



