I gather that to turn off the right column in only the Home Page I insert the following code into the file tpl_main_page.php (in an override structure):-
if ($this_is_home_page) {
$flag_disable_right = true;
}
However I am unclear exactly where in the file this should be inserted.
Can someone please verify that I am correct, and clarify my confusion.