| Re: Column arrangement |
| by Mamba on 2013/10/27 0:24:32 Did you fix it? There is an excellent book about "Designing for XOOPS" - I highly recommend it. ![]() |
| Column arrangement |
| by eugenia on 2013/10/13 8:32:15 Hi Everyone, I just downloaded a theme I really like. Unfortunately it only has a center column. I've added the following code to the template: le="color: #000000"><?php <!-- Start left blocks loop --> <{foreach item=block from=$xoops_lblocks}> <{include file="default/theme_blockleft.html"}> <{/foreach}> <!-- End left blocks loop --> But now the content in the center block appears below the left column ![]() How can I fix this? Thanks, Eugenie |