View Single Post
  #3  
Old 05-05-2004, 09:21 AM
 
spoonernyc spoonernyc is offline
 

Member
  
Join Date: Apr 2004
Posts: 18
 

Default

yeah that is the plan but I cannot figure out the link interaction.

basically I will have the product.tpl include a
{if page= ingredients}
{products.param01}
{/if}
{if page=main}
{products.description}
{/if}

but my question is how to pass the page variable,
example:
linkto ingredientspage

can I do that?
how woudl I make it work within the .tpl framework.

thanks
Reply With Quote