Hi Guys,

Have added the following to my specials sidebox file:
if ($this_is_home_page) {
$show_specials = false;
}

Which disables the box on the homepage. Im now also wanting to disable the box on:
Contact Page
And Category Listing Page IE Subcategory icon page....

I tried adding:

if ($this_is_contact_us_page) {
$show_specials = false;
}

But that dosn't seam to work...

Thanks guys...