Hi there,
In that case, just change the code from my previous post:
Code:
{if $main eq "pages" or ($main eq "product" and $product["productid"] eq 111)}
{include file="customer/home_main.tpl"}
{else}
to:
Code:
{if $main eq = "pages" or $main eq "product"}
{include file="customer/home_main.tpl"}
{else}