Ok cheers Jon,
But what happens if you want it on several pages but not on some
can I use & (yes i know I should really read up on smarty)
for example i want to hide the news.tpl on just the product and products tpls
could I use
Code:
{if $main ne "product" & "products"}
{ include file="cartmods/testimonials/testimonials.tpl"}
{/if}