Some time ago I had disabled the sidebox from appearing on the index page. I would now like to enable it again. It seems as though this could be achieved by removing this bit of code from tpl_main_page.php:
Leaving this:PHP Code:if ($this_is_home_page) {
$flag_disable_left = true;
$flag_disable_right = true;
}
However, it seems to have no visible effect. The test site index page can be viewed here. Any idea what I'm missing??PHP Code:// the following IF statement can be duplicated/modified as needed to set additional flags
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;
}
Thanks!



