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)
-   -   Site title not working, how do I change it? (https://forum.x-cart.com/showthread.php?t=14637)

babers 06-17-2005 08:25 AM

Site title not working, how do I change it?
 
I have edited my site title in the languages section of admin. txt_site_title is saved as "Boardzo.com. New and used surf boards for sale. We have cheap surf boards, soft surfboards, surfing dvds, surfboard fins and much more!."

This shows at the page title in admin, but when I just visit the site on the customer side it doesn't work.

Any ideas?

Thanks

balinor 06-18-2005 09:42 AM

Hey Brian, that is because only the Admin side uses the language variable for the title. The customer side uses this code in home.tpl:

Code:

<TITLE>
{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>


babers 06-18-2005 06:45 PM

Home Title
 
Thanks.
So if I want to assign that title to just the homepage (for SEO reasons) is there a way to do that? Experimenting with it, I have only been able to add a title that is applied to all pages.

balinor 06-18-2005 07:39 PM

You would have to use {if} statements, as home.tpl is used by all pages.


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

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