everyth5 Posted June 25, 2006 Posted June 25, 2006 Hi all. I hope that someone can help me. I have just installed the HeaderTags_V_2.5.9 Contribution as per the instructions, step by step. Well, the good thing is that the site comes up. :D The bad thing is that when I go to one of the catagories, I get printing of some of the code on the top of the page body. Each catagory displays a little different coding but it is all there. On one of the pages , this is the way it looks; Top ? Catalog ? Dragons ? Large My Account | Cart Contents | Checkout Directory Dragons-> Incense Holders Ornaments-> Medium Large Extra Large-> Bamboo Products Statues Marble Teak Miscellaneous What's New? Large Standing Dragon $16.00 Quick Find Use keywords to find the product you are looking for. Advanced Search Information Shipping & Returns About Our Products Privacy Notice Conditions of Use Contact Us /* THIS WAS THE ORIGINAL TEXT MODIFIED WITH THE TEXT BELOW IT This is the header for the page. */ /* START OF MODIFICATION BY KELVIN 25 JUNE 2006 FOR HEADER TAGS */ if (isset($HTTP_GET_VARS['manufacturers_id'])) $db_query = tep_db_query("select manufacturers_htc_title_tag as htc_title, manufacturers_htc_description as htc_description from " . TABLE_MANUFACTURERS_INFO . " where languages_id = '" . (int)$languages_id . "' and manufacturers_id = '" . (int)$HTTP_GET_VARS['manufacturers_id'] . "'"); else $db_query = tep_db_query("select categories_htc_title_tag as htc_title, categories_htc_description as htc_description from " . TABLE_CATEGORIES_DESCRIPTION . " where categories_id = '" . (int)$current_category_id . "' and language_id = '" . (int)$languages_id . "'"); $htc = tep_db_fetch_array($db_query); ?> /* END OF MODIFICATION*/ /* THIS WAS THE ORIGINAL TEXT MODIFIED WITH THE TEXT BELOW IT */ /* start of modification by Kelvin 25 June 2006 for Header Tags */ /* End of modification */ Model Product+ Price Buy Now Red text is on the left side boxes. Blue text is in the page body Any suggestions would be appreciated. Thanks
Recommended Posts
Archived
This topic is now archived and is closed to further replies.