1
bevege
How to change order of blocks. IE Center blocks below Centerblock-right
  • 2004/7/19 5:36

  • bevege

  • Just popping in

  • Posts: 17

  • Since: 2003/2/24


Never mind, I found some other links. Sorry for the newbie posting!

2
fredski
Re: How to change order of blocks. IE Center blocks below Centerblock-right
  • 2004/7/19 7:46

  • fredski

  • Quite a regular

  • Posts: 265

  • Since: 2004/1/26


Well here's the answer anyway, just in case someone else is looking.
Just use this code in your them rather than your current block code, just chande the 'your-theme' to match your theme and blocks :)
le="color: #000000"><?php <{if $xoops_lblocks}> <{foreach item=block from=$xoops_lblocks}> <{include file="your-theme/themeblocks/theme_blockleft.html"}> <{/foreach}> <{/if}> <{if $xoops_showrblock == 1}> <{foreach item=block from=$xoops_rblocks}> <{include file="your-theme/themeblocks/theme_blockright.html"}> <{/foreach}> <{/if}> <{if $xoops_showcblock == 1}> <{foreach item=block from=$xoops_clblocks}> <{include file="your-theme/themeblocks/theme_blockcenter_l.html"}> <{/foreach}> <{foreach item=block from=$xoops_crblocks}> <{include file="your-theme/themeblocks/theme_blockcenter_r.html"}> <{/foreach}> <{foreach item=block from=$xoops_ccblocks}> <{include file="your-theme/themeblocks/theme_blockcenter_c.html"}> <{/foreach}> <{/if}>