cadalist Posted August 10, 2008 Posted August 10, 2008 I am trying to change my title page at the top of the browser to a different name than New Page 1. I go to catalog/includes/language/english.php and where it says //page title define('TITLE', ' I changed it there and it still reads new page 1 at the top. I am using HTML Template for BTS is that the reason why my title page won't change? What do i need to do to get it to work? thanks
ELnew Posted August 10, 2008 Posted August 10, 2008 // page title define('TITLE', STORE_NAME); Is what it should be, you can change your Store name in Configuration - My Store
ELnew Posted August 10, 2008 Posted August 10, 2008 I would also suggest install the Header Tags Controller Contribution, it's great for custom page titles, and product page titles.
cadalist Posted August 10, 2008 Author Posted August 10, 2008 ELnew thanks for responding and i tried your suggestion and it still reads new page 1. Could it be the HTML Template for BTS is taking over? Maybe, put some kind of header in the template called Store_Name or something? I don't know i am just grasping at straws. You can see what it does at ucsutah.com thanks in advance
ELnew Posted August 10, 2008 Posted August 10, 2008 Honestly I wouldn't know because I despise templates, they only cause more problems, unless you design them yourselves...this is just my opinion. My site is done off the Fresh Install of OsC and no template so again I have no clue how it works...Regardless, added contributions that allow you to change the title and headers will be your best bet in the future.
ELnew Posted August 10, 2008 Posted August 10, 2008 I look at your page source and it actually says New Page 1, to change this go to your root directory and find Index.php.....change <title>New Page 1</title> <--change this to whatever
germ Posted August 10, 2008 Posted August 10, 2008 Just look in the <head> section of the page to see where it gets the title at. Vanilla osC looks like this: <title><?php echo TITLE; ?></title> If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there >
Recommended Posts
Archived
This topic is now archived and is closed to further replies.