<body> <!-- Begin Wrapper --> <div id="wrapper"> <!-- Begin Header --> <div id="header"> </div> <!-- End Header --> <!-- Begin Navigation --> <div id="navigation" class="top-navigation"> <?php mosLoadModules('top', -2); ?> </div> <!-- End Navigation --> <!-- Begin Left Column --> <div id="leftcolumn"> <?php mosMainBody(); ?> </div> <!-- End Left Column --> <!-- Begin Right Column --> <div id="rightcolumn"> Right Column </div> <!-- End Right Column --> <!-- Begin Footer --> <div id="footer"> This is the Footer </div> <!-- End Footer --> </div> <!-- End Wrapper --> </body>
In the module frontpage you can edit the number of columns.In the mainBody though?