Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / discard left column on index.php

discard left column on index.php

Locked

Views: 741

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
1 Oct 2007, 1:23 PM
#1
animike avatar

animike

New Zenner

Join Date:
Sep 2007
Posts:
7
Plugin Contributions:
0

discard left column on index.php

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

1 Oct 2007, 2:44 PM
#2
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: discard left column on index.php

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.

if ($this_is_home_page) {
  $flag_disable_left = true;
}