Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

"osCommerce" title


jadek

Recommended Posts

Posted

How do you change the upper left hand corner of your browser to your site name instead of "osCommerce"???

Posted
How do you change the upper left hand corner of your browser to your site name instead of "osCommerce"???

 

 

 

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:

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...