The web page title has gone from the business name to HOME_PAGE_TITLE, and I can't seem to find the problem.
My includes/languages/english/meta_tags.php looks like this:
// page title
define('TITLE', 'Ernest Computer Resources');
// Site Tagline
define('SITE_TAGLINE', '');
// Custom Keywords
define('CUSTOM_KEYWORDS', 'QuickBooks Tutorials, Quick Books, Accounting Tutorials, Accounting');
All info pages and product pages do change the site title correctly.
I did find in the file includes/modules/meta_tags.php this line:
define('META_TAG_TITLE', (HOME_PAGE_TITLE != '' ? HOME_PAGE_TITLE : (defined('NAVBAR_TITLE') ? NAVBAR_TITLE . PRIMARY_SECTION : '') . TITLE . TAGLINE));
Which if I am reading it right, means if the home page title is undefined, put up the words I am seeing.
But the first meta_tags.php has the title defined.
In the admin, General, Store Information the business name is correct.
Help please? I am not a php programmer, just kind of stumbling along here.
site is www.my246shop.com/ECR/
Thanks
Jim



