Elxis CMS Forum
Support => General => Topic started by: MarD on June 08, 2007, 01:37:13
-
Hi, I use Gaia template and I want to remove the right menu area to save some space for the main content of my website. I've checked if somewhere in configuration has any options to do that but I didn't find anything. I also figured I could do that from the template's index.php, but my php knowledge doesn't seem to help me enough. Any help will be very appreciated.
-
Hi, I've checked Gaia template you're using, and found this:
<!-- start left column. -->
<div id="leftcol">
<?php mosLoadModules('left'); ?>
</div>
<div id="leftcolmenu">
<?php mosLoadModules('user1'); ?>
</div>
<!-- end left column. -->
Illustrative, isn't it? ;)