Quote Originally Posted by brokenbird View Post
Hi Anne,

I actually had already done a search before posting. I found the code to use:

if ($this_is_home_page) {
$flag_disable_left = true;
$flag_disable_right = true;
}

and they say to put it into:

/includes/templates/your_template/common/tpl_main_page.php

but this file does not exist in your template (or at least in a place I can't seem to find) so I was worried it could not be done with your template. Glad it should be no problem but could you point me to the specific file where I have to put in the code and I can take it from there?

I had no problems getting the images to adjust. I also went over the read me file before posting and figured it out no problem.

Thanks for your help.

Will
The file doesn't exist in the template package because I made no changes for it. If you need to edit this file you need to create an override for it.

thanks,

Anne