Hello
I found article about discard left or rigth column on pages like:contact etc.
But how can I do this on main page: index.php??
Animike
Hello
I found article about discard left or rigth column on pages like:contact etc.
But how can I do this on main page: index.php??
Animike
Look at /includes/templates/your_template/common/tpl_main_page.php (copy from /template_default/common/ if you don't already have one).
The comments at the top give directions for this.
PHP Code:if ($this_is_home_page) {
$flag_disable_left = true;
}