Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Header tag problem


simonash27

Recommended Posts

Hi all,

 

Can anyone give me some tips on how to investigate a problem I am having with my title header tags. They work fine in the admin section ie. "Admin - Microsoft Internet Explorer" appears in the title bar but they don't work anywhere else in my site. I have the standard code in my index.php ie.

<!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>
</head>

 

and in my includes/languages/english.php

 

// page title
define('TITLE', 'osCommerce');

// header text in includes/header.php
define('HEADER_TITLE_CREATE_ACCOUNT', 'Create an Account');
define('HEADER_TITLE_MY_ACCOUNT', 'My Account');
define('HEADER_TITLE_CART_CONTENTS', 'Cart Contents');
define('HEADER_TITLE_CHECKOUT', 'Checkout');
define('HEADER_TITLE_TOP', 'Top');
define('HEADER_TITLE_CATALOG', 'Catalog');
define('HEADER_TITLE_LOGOFF', 'Log Off');
define('HEADER_TITLE_LOGIN', 'Log In');

 

But all I get in my explorer bar is "Untitled Document - Microsoft Internet Explorer" can anyone give me anytips on how to investigate this?.....if I had any hair i'd be tearing out right about now for want of searching....

Thanks,

Simon

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...