View Single Post
  #11  
Old 11-23-2004, 02:40 PM
 
Metal-X-Man Metal-X-Man is offline
 

eXpert
  
Join Date: Mar 2003
Location: Columbus, Ohio
Posts: 204
 

Default

Just a follow-up to this posting. The following code does work, just make sure you are careful where in the "meta.tpl" you are placing this code. There are plenty of "if" statements in "meta.tpl". Make sure you don't get your code nested inside another "if" statement.

{if $main eq "product"}
<META NAME="description" CONTENT="{$product.product}">
{else}
<META NAME="description" CONTENT="Your normal meta description here">
{/if}
Reply With Quote