jasone Posted January 20, 2005 Posted January 20, 2005 Hi! Anyone who knows where to change the window title? I mean at the top of my Mozilla Firefox window it says "osCommerce - Mozilla Firefox" but I would like to have my shop name there instead... Thanks in advance!
vmuk Posted January 20, 2005 Posted January 20, 2005 Hi! Anyone who knows where to change the window title? I mean at the top of my Mozilla Firefox window it says "osCommerce - Mozilla Firefox" but I would like to have my shop name there instead... Thanks in advance! <{POST_SNAPBACK}> you change it in your english.php file under 'define title' !
Guest Posted January 20, 2005 Posted January 20, 2005 Hi! Anyone who knows where to change the window title? I mean at the top of my Mozilla Firefox window it says "osCommerce - Mozilla Firefox" but I would like to have my shop name there instead... Thanks in advance! <{POST_SNAPBACK}> Hi there I have just done this tonight goto catalog/includes/languages/english.php and about 20 lines down where it says page title // page title define('TITLE', oscommerce'); change the oscommerce to your new title Regards memtech
Guest Posted January 20, 2005 Posted January 20, 2005 Alternatively, you can put breadcrumb to good use. <title><?php echo strip_tags($breadcrumb->trail(' » ')); ?></title> Of course, you can customise this in many different ways!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.