View Single Post
  #4  
Old 02-05-2009, 07:51 PM
  Jon's Avatar 
Jon Jon is offline
 

X-Guru
  
Join Date: Oct 2002
Location: Vancouver, Canada
Posts: 4,200
 

Default Re: .tpl file to add key words to bottom of pages

Code:
{if $main eq "catalog" and $current_category.category eq ""} Home Page Text {elseif $main eq "catalog" AND $current_category.category ne ""} Category is {$current_category.category} {elseif $main eq "product" and $product.product} Product is: {$product.product} {/if}
Reply With Quote