Quote Originally Posted by x8ox View Post
If you wished to turn off the left hand column for the "contact us" and "terms & conditions" pages, find the following block of code
if (in_array($current_page_base,explode(",",'list_pages_to_skip_all_right_sideboxes _on_here,separated_by_commas,and_no_spaces')) ) {
$flag_disable_right = true;
}
and edit it to read
if (in_array($current_page_base,explode(",",'contact_us,conditions')) ) {
$flag_disable_left = true;
}

But i couldn't find that code i tried to add it to the global left column code

Thanks

Brian
You could add that code to your template/common/mainpage.php