X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Page Title...is something missing? (https://forum.x-cart.com/showthread.php?t=22309)

brgreene 06-06-2006 06:13 AM

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.

balinor 06-06-2006 06:25 AM

txt_site_title is just the admin title, the customer side defaults to the company name.


All times are GMT -8. The time now is 07:04 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.