![]() |
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. |
Re: Home Page Title
|
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, |
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.