View Single Post
  #6  
Old 11-03-2004, 12:54 AM
 
cotc2001 cotc2001 is offline
 

X-Man
  
Join Date: Feb 2003
Location: Shrewsbury, UK
Posts: 2,351
 

Default

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}
__________________
x-cart 4.0.5 (live and heavily modded)
Server: freebsd
Reply With Quote