Hi,
I wanted to hide the right side boxes on the main page so I created the tpl_main_page in my custom directory to read:
if (in_array($current_page_base,explode(",",'index_default')) ) {
$flag_disable_right = true;
}
I thought this would do the trick and have kept trying but can't seem to get it right. The "space" for the right column still shows and the main content is not filling the screen.
Thanks for you help in advance.
Rick



