Guest Posted January 17, 2007 Share Posted January 17, 2007 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! Quote Link to comment Share on other sites More sharing options...
Guest Posted January 17, 2007 Share Posted January 17, 2007 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...? Quote Link to comment Share on other sites More sharing options...
Guest Posted January 17, 2007 Share Posted January 17, 2007 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 Quote Link to comment Share on other sites More sharing options...
Guest Posted January 17, 2007 Share Posted January 17, 2007 (edited) oops...sorry :blush: Edited January 17, 2007 by angels2 Quote Link to comment Share on other sites More sharing options...
Guest Posted January 17, 2007 Share Posted January 17, 2007 Wish we could delete our own posts when we accidentally post a duplicate. Sorry... :o Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.