Hi guys,
Using zn 1.3.8a with several modules installed including FEC
So i've found the thread that talks about how to remove left or right columns for certain pages and i've edited the code accordingly in the tpl_main_page.php, but whatever i do, nothing seems to change (yes i am uploading after changing it :))
here is the pertinent code from that file
from this I would assume the checkout and login page should not have the right box and the checkout page trying a different way should also not have the left column.Code:// the following IF statement can be duplicated/modified as needed to set additional flags if (in_array($current_page_base,explode(",",'checkout,login')) ) { $flag_disable_right = true; } //add page names that you wantto disable left and right columns added by John $center_column_only = array('checkout'); // add any other page names here separated by commas, no spaces // the following IF statement can be duplicated/modified as needed to set additional flags if (in_array($current_page_base,$center_column_only) ) { $flag_disable_right = true; $flag_disable_left = true;
But no matter what i don. nothing changes.
any advice would be greatly appreciated.
John



