View Single Post
  #3  
Old 08-15-2005, 05:04 PM
 
staalejg staalejg is offline
 

Advanced Member
  
Join Date: Jun 2005
Posts: 63
 

Default

Here is my title section in home.tpl. Am I missing something in here that will fix my problem? Thanks Ryan.

-----
{strip}
<title>
{if $main eq "catalog"}
{if $location eq ""}
{else}
{section name=position loop=$location start=1 }
{if %position.last% eq "true"} {$location[position].0|escape}{/if}
{/section}
{/if}
{elseif $main eq "product"}
{if $product.product ne ''} {$product.product}{/if} - Buy Used Cisco Sell
{elseif $main eq "help"}
{$lng.txt_subtitle_help}
{elseif $main eq "cart"}
{$lng.txt_subtitle_cart}
{elseif $main eq "checkout"}
{$lng.txt_subtitle_checkout}
{elseif $main eq "order_message"}
{$lng.txt_subtitle_thankyou}
{elseif $main eq "wishlist"}
{$lng.txt_subtitle_wishlist}
{elseif $main eq "giftcert"}
{$lng.txt_subtitle_giftcerts}
{/if}
</title>
{/strip}
__________________
Juan (Teksavers)
Reply With Quote