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)
-   -   X-Cart 4.2 - unique title to the home page (https://forum.x-cart.com/showthread.php?t=44898)

Oktane Design 01-18-2009 07:41 PM

X-Cart 4.2 - unique title to the home page
 
Hello Guys,

Anybody knows how i can change the title of the homepage on x-cart 4.2

it's not working with this thread http://forum.x-cart.com/showpost.php?p=233575&postcount=10

Thank you!

Victor D 01-19-2009 01:21 AM

Re: X-Cart 4.2 - unique title to the home page
 
in file skin1/customer/service_head.tpl
Code:

<title>{$html_page_title|escape}</title>

to
Code:

<title>
{if $main eq "catalog" && $current_category.category eq ""}
Place you homepage title here
{else}
{$html_page_title|escape}
{/if}
</title>


Warwick 06-20-2009 02:24 AM

Re: X-Cart 4.2 - unique title to the home page
 
Thanks Victor, was looking for that!


All times are GMT -8. The time now is 03:32 AM.

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