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)
-   -   Home Page Title (https://forum.x-cart.com/showthread.php?t=44534)

jholley 01-01-2009 10:45 AM

Home Page Title
 
Well I wanted to control my home page title without it affecting anything else.
Here's what I did. Just thought some of you might be interested.

We are using 4.2 and the home page only shows our Company Name in the title of the homepage.
I wanted to be able to add to this so I basically used the same if statement that is used for welcome.tpl

I changed this:
{elseif $main eq "catalog" && $current_category.category eq ""}
{include file="customer/main/welcome.tpl"}

to this:
{if $main eq "catalog" && $current_category.category eq ""}
:: information for title
{/if}

and put it here:
<title>{$html_page_title|escape}{if $main eq "catalog" && $current_category.category eq ""} :: information for title{/if}
</title>

This allows me to put whatever I want in the home page title after the company name.

balinor 01-07-2009 12:34 PM

Re: Home Page Title
 
http://forum.x-cart.com/showthread.php?t=20303

Thanks for sharing though :)

jholley 01-07-2009 01:38 PM

Re: Home Page Title
 
Sorry about that Ryan.

That's pretty bad on my part. I have read that forum at least 20 times.
I guess I'm getting old!

Thanks,

balinor 01-07-2009 03:33 PM

Re: Home Page Title
 
No problem, with all the info in these forums there is always duplicate content. Just nice of you to share something, as most people around here don't bother to give back :(


All times are GMT -8. The time now is 10:23 AM.

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