Guest Posted April 11, 2007 Posted April 11, 2007 The Help Pop Up says: If the name of the section is in red, it means that that file does not have the required Header Tags code installed in it. See the Install_Catalog.txt file for instructions on how to do this. I figured out all the files (idex, product_info, products_new, specials, product_reviews_info, product_reviews_write) except for allprods. Where is this? I can't find it anywhere to change: <meta http-equiv="Content-Type" content="text/html; charset=<?php echo CHARSET; ?>"> <title><?php echo TITLE; ?></title> REPLACE with: <?php // BOF: Header Tag Controller v2.6.3 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.3 ?> AND the class="pageHeading" to valign="top" with <h1> tags Quote
Jack_mcs Posted April 11, 2007 Posted April 11, 2007 It refers to All products with Images, which is a different contribution. You can install that contribution, just ignore the section in red for it, or delete the code for allprods in the includes/languages/english/header_tags.php file (and maybe the includes/header_tags.php file). Jack Quote Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons
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.