bathroomsupplies Posted July 11, 2008 Posted July 11, 2008 I am currently looking at how I can change the title of an OSC site. I have basically done a copy off a current site of ours and have now come across an issue when trying to change the title. I go into the admin panel and change it in there but the title is still the same. Is there any other way I should be looking to change the title?
germ Posted July 11, 2008 Posted July 11, 2008 Look in /catalog/includes/languages/english.php Code like this: // page title define('TITLE', STORE_NAME); That actually get's the info from the DB. If it's just not working, you could alter it to something like this: // page title define('TITLE', 'Your Store Name Here'); 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.