monkeynuts Posted July 1, 2005 Posted July 1, 2005 Hi all, Ok i've been trying for the last few days to get the latest version (2.5.1) of HCT working with STS. Seems ive got it licked but ive just got 1 problem... the HCT arnt showing up under any of my pages when i view page source. Now ive followed the steps carefully and done everything correctly but im guessing theres probably a problem with my sts output file. My database is set up and working The admin area is working as it should (i can create new pages and tag descriptions etc. And the site works fine...no errors BUT! i cant view any of the Header tags info ...no meta/description or title to be seen. And yep im sure i have the usual code pasted in the right areas (all of my catalog directory):- ----------------------------------------- <?php // BOF: WebMakers.com Changed: Header Tag Controller v2.4.7 // Replaced by header_tags.php if ( file_exists(DIR_WS_INCLUDES . 'header_tags.php') ) { require(DIR_WS_INCLUDES . 'header_tags.php'); } else { ?> <title><?php echo TITLE; ?></title> <?php } // EOF: WebMakers.com Changed: Header Tag Controller v2.4.7 ?> ----------------------------------------- Ive run out of ideas and need some advice, i would really appreciate any help at all!. I will also paste the source from my index.php file for clarity 2 (the head portion): <!-- Page layout by Simple Template System (STS) v2.01 on osCommerce 2.2-MS2 - http://www.diamondsea.com/sts/ --> <!-- Using Template File [includes/sts_template.html) --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <base href="http://stylishlife.co.uk/catalog/"> <!-- start get_javascript(applicationtop2header) //--> <!-- end get_javascript(applicationtop2header) //--> <STYLE type="text/css"> <!-- @import url("stylesheet.css"); BODY { background-image:url(http://www.stylishlife.co.uk/images/bg.gif); background-repeat: repeat-x; } --> </STYLE> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"></head> ----------------------------------------- I hope someone can point me in the right direction, this will be a great little contribution when i can get it working :) Thanks in advance MN :) Quote
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.
Note: Your post will require moderator approval before it will be visible.