Joel Smit Posted January 26, 2009 Posted January 26, 2009 How do I change page titles? From what I understand it's in includes/languages/English.php (correct if I'm wrong). Here's how it looks now: // page title define('TITLE', STORE_NAME); How do I change it without changing the store name? Thank you, Joel
germ Posted January 26, 2009 Posted January 26, 2009 // page title define('TITLE', 'This is My New 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 >
Guest Posted January 26, 2009 Posted January 26, 2009 How do I change page titles?From what I understand it's in includes/languages/English.php (correct if I'm wrong). Here's how it looks now: // page title define('TITLE', STORE_NAME); How do I change it without changing the store name? Thank you, Joel What result do you want?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.