jadek Posted September 22, 2005 Posted September 22, 2005 How do you change the upper left hand corner of your browser to your site name instead of "osCommerce"???
mikomak Posted September 22, 2005 Posted September 22, 2005 Hi, you can edit line 47 of english.php found in 'languages' folder.
andytc Posted September 22, 2005 Posted September 22, 2005 How do you change the upper left hand corner of your browser to your site name instead of "osCommerce"??? <{POST_SNAPBACK}> Open /catalog/index.php find this section near the top - <!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN"> <html <?php echo HTML_PARAMS; ?>> <head> <meta http-equiv="Content-Type" content="text/html; charset=<?php echo CHARSET; ?>"> <title><?php echo TITLE; ?></title> <base href="<?php echo (($request_type == 'SSL') ? HTTPS_SERVER : HTTP_SERVER) . DIR_WS_CATALOG; ?>"> <link rel="stylesheet" type="text/css" href="stylesheet.css"> </head> <body marginwidth="0" marginheight="0" topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0"> <!-- header //--> <?php require(DIR_WS_INCLUDES . 'header.php'); ?> <!-- header_eof //--> Edit this bit <title><?php echo TITLE; ?></title> Change the bit in red to your sites name and whatever else you want - Thats how i did it , i'm not an expert on this stuff.... so :blink:
andytc Posted September 22, 2005 Posted September 22, 2005 Hi, you can edit line 47 of english.php found in 'languages' folder. <{POST_SNAPBACK}> Told ya i was no expert !! :'(
Recommended Posts
Archived
This topic is now archived and is closed to further replies.