View Single Post
  #1  
Old 06-06-2006, 06:13 AM
 
brgreene brgreene is offline
 

Advanced Member
  
Join Date: Oct 2002
Posts: 70
 

Default Page Title...is something missing?

On my site home page, www.heartlandbraidedrugs.com/home.php I get just the site name in the page title. I have,
Quote:
Braided Rugs at Heartland Braided Rugs - ovals, rounds, chair pads, and stair treads.
in the txt_site_title. Here is my title code from my home.tpl. I don't think I have made any changes from the standard code.

Code:
{if $config.SEO.page_title_format eq "A"} {section name=position loop=$location} {$location[position].0|escape} {if not %position.last%} :: {/if} {/section} {else} {section name=position loop=$location step=-1} {$location[position].0|escape} {if not %position.last%} :: {/if} {/section} {/if} </TITLE>

Thanks for the help.
__________________
Brian
X-Cart 4.0.18
Reply With Quote