Guest Posted July 25, 2006 Posted July 25, 2006 Hi, I've encountered a small problem after installing the header tags contribution. I've followed all instuctions carefully. The header tags are working fine, however there is an anoying peace of code at the top of my index page. ?> <---------------- this shows up top on every page. I can't seem to eliminate. I've traced the problem to this code snippet. I'm supposed to add this code to every page in my catalog for the header tags work properly. If I replace it with the orignal code it goes away. Header Tag Controller code below <?php // BOF: Header Tag Controller v2.5.7 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.5.7 ?> Original code below <meta http-equiv="Content-Type" content="text/html; charset=<?php echo CHARSET; ?>"> <title><?php echo TITLE; ?></title> Link to my store so you can see the problem. http://www.azatiracing.com/online-store/index.php Any help would be greatly appreciated... AzatiPrime :thumbsup:
Recommended Posts
Archived
This topic is now archived and is closed to further replies.