I have the HOME_PAGE_TITLE appearing as the browser title. I have read a few threads regarding this, but still to no avail. In fact, line #s are mentioned that don't even exist in my meta_tags.php file. I have the current meta_tags file shown below in both the includes/languages/english and the includes/languages/english/custom folders and I still have the problem.
Please any help would appreciated as I still have no idea what the heck is going on. My site is www.chicagolandslotcars.com
<?php
/**
* @package languageDefines
* @copyright Copyright 2003-2005 Zen Cart Development Team
* @copyright Portions Copyright 2003 osCommerce
* @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
* @version $Id: meta_tags.php 4273 2006-08-26 03:13:52Z drbyte $
*/
// page title
define('TITLE', 'Chicagoland Slot Cars');
// Site Tagline
define('SITE_TAGLINE', 'Specialists for the slot car hobbiest');
// Custom Keywords
define('CUSTOM_KEYWORDS', 'slot cars, scalextric, slot it, fly');
// Review Page can have a lead in:
define('META_TAGS_REVIEW', 'Reviews: ');
// separators for meta tag definitions
// Define Primary Section Output
define('PRIMARY_SECTION', ' : ');
// Define Secondary Section Output
define('SECONDARY_SECTION', ' - ');
// Define Tertiary Section Output
define('TERTIARY_SECTION', ', ');
// Define divider ... usually just a space or a comma plus a space
define('METATAGS_DIVIDER', ' ');
// Define which pages to tell robots/spiders not to index
// This is generally used for account-management pages or typical SSL pages, and usually doesn't need to be touched.
define('ROBOTS_PAGES_TO_SKIP','login,logoff,create_account,account,account_edit, account_history,account_history_info,account_newsletters,account_notifications,a ccount_password,address_book,advanced_search,advanced_search_result,checkout_suc cess,checkout_process,checkout_shipping,checkout_payment,checkout_confirmation,c ookie_usage,create_account_success,contact_us,download,download_timeout,customer s_authorization,down_for_maintenance,password_forgotten,time_out,unsubscribe');
// favicon setting
// There is usually NO need to enable this unless you wish to specify a path and/or a different filename
define('FAVICON','favicon.ico');
?>
Thanks in advance.
Bob







Bookmarks