I'm new to zikula and i'm currently working on the new web site for our fire department. I'm building our design based on the Web 2.0 Theme from blanktheme.org and i'm struggling with the layout of the pages.
So i checked out the template/modules folder and changed the layout as described in the BlankTheme Wiki.
Example: home.htm
Code
<!--[ assign var='current' value='home' ]-->
<!--[ assign var='body' value='grid' ]-->
<!--[ assign var='layout' value='123_3b' ]-->
<!--[ assign var='body' value='grid' ]-->
<!--[ assign var='layout' value='123_3b' ]-->
Changed to:
Code
<!--[ assign var='current' value='home' ]-->
<!--[ assign var='body' value='3col' ]-->
<!--[ assign var='layout' value='213' ]-->
<!--[ assign var='body' value='3col' ]-->
<!--[ assign var='layout' value='213' ]-->
... but the Layout still stays the same - the home.ini and the layout settings in the theme properties seem to be correct.
Could there still be something i missed to get the correct layout?
Thanks in advance.
Edited by ro0f on Jan 08, 2011 - 04:30 AM.
