Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Errors


Guest

Recommended Posts

How do I add the title tags

 

<?php

// BOF: Header Tag Controller v2.6.0

if ( file_exists(DIR_WS_INCLUDES . 'header_tags.php') ) {

require(DIR_WS_INCLUDES . 'header_tags.php');

} else {

?>

<title><?php echo TITLE; ?></title>

<?php

}

// EOF: Header Tag Controller v2.6.0

?>

 

to the login.php without getting all sorts of scary-looking error messages?? Everything was coming along beautifully, but then I added this to the login page (I thought I'd have a decent title instead of the default) and I get no such file, division by zero warnings in header_tags and everything else. >_<

 

I've put the login.php back to the default now, so I'm not really sure exactly what it was that it said, but if anyone does know of a way to add the title tags to login_php, I sure would appreciate if you'd share that with me.

 

Thanks!

Link to comment
Share on other sites

How do I add the title tags

 

<?php

// BOF: Header Tag Controller v2.6.0

if ( file_exists(DIR_WS_INCLUDES . 'header_tags.php') ) {

require(DIR_WS_INCLUDES . 'header_tags.php');

} else {

?>

<title><?php echo TITLE; ?></title>

<?php

}

// EOF: Header Tag Controller v2.6.0

?>

 

to the login.php without getting all sorts of scary-looking error messages?? Everything was coming along beautifully, but then I added this to the login page (I thought I'd have a decent title instead of the default) and I get no such file, division by zero warnings in header_tags and everything else. >_<

 

I've put the login.php back to the default now, so I'm not really sure exactly what it was that it said, but if anyone does know of a way to add the title tags to login_php, I sure would appreciate if you'd share that with me.

 

Thanks!

 

 

Sorry...I thought I was putting this thread where it belonged, at [Contirbution] Header Tags Controller for Admin MS 2.2

 

anyway, does anyone know...?

Link to comment
Share on other sites

How do I add the title tags

 

<?php

// BOF: Header Tag Controller v2.6.0

if ( file_exists(DIR_WS_INCLUDES . 'header_tags.php') ) {

require(DIR_WS_INCLUDES . 'header_tags.php');

} else {

?>

<title><?php echo TITLE; ?></title>

<?php

}

// EOF: Header Tag Controller v2.6.0

?>

 

to the login.php without getting all sorts of scary-looking error messages?? Everything was coming along beautifully, but then I added this to the login page (I thought I'd have a decent title instead of the default) and I get no such file, division by zero warnings in header_tags and everything else. >_<

 

I've put the login.php back to the default now, so I'm not really sure exactly what it was that it said, but if anyone does know of a way to add the title tags to login_php, I sure would appreciate if you'd share that with me.

 

Thanks!

 

 

Sorry...I thought I was putting this thread where it belonged, at [Contirbution] Header Tags Controller for Admin MS 2.2

 

anyway, does anyone know how to correct this problem? I get this error message now:

 

Warning: Division by zero in /Catalog/includes/header_tags.php on line 23

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...