Welcome,
Guest
.
Please
login
or
register
.
Did you miss your
activation email
?
News:
Did you know that
Elxis 5.x
uses HTML5, CSS3 and pure javascript without external libraries such as jQuery?
Home
Help
Login
Register
Elxis CMS Forum
»
Support
»
General
(Moderators:
Ivan Trebješanin
,
Farhad Sakhaei
) »
Right Menu Area not needed. How to remove?
« previous
next »
Print
Pages: [
1
]
Author
Topic: Right Menu Area not needed. How to remove? (Read 4849 times)
MarD
Newbie
Posts: 41
Right Menu Area not needed. How to remove?
«
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.
Logged
Ivan Trebješanin
Elxis Team
Hero Member
Posts: 1663
Re: Right Menu Area not needed. How to remove?
«
Reply #1 on:
June 08, 2007, 02:20:09 »
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?
Logged
I've got a snap in my finger...
Got rhythm in my walk...
Print
Pages: [
1
]
« previous
next »
Elxis CMS Forum
»
Support
»
General
(Moderators:
Ivan Trebješanin
,
Farhad Sakhaei
) »
Right Menu Area not needed. How to remove?