Quote Originally Posted by x8ox View Post
Hello

That's the faq i've been trying to implement
I know the file and it's location and the code
I just dont have any joy when i try to include
it into the global left section of tpl_main_page.php
It will be me im no php'er i understand code in general
Just not php if someone could help i'd be thankful

Thanks

Brian
You posted the code you need to add already:

Code:
if (in_array($current_page_base,explode(",",'contact_us,conditions')) ) {
$flag_disable_left = true;
}
Thanks,

Anne