shana-chan Posted November 8, 2007 Share Posted November 8, 2007 Hello! I'm wanting to remove the Search infobox and put the link for it in the table in the header.php file instead. I've got the link working fine, but I don't know/can't figure out what the HEADER_TITLE for the search.php is. Example in my header file of what I'm talking about: <a href="<?php echo tep_href_link(FILENAME_LOGOFF, '', 'SSL'); ?>" class="headerNavigation"><?php echo HEADER_TITLE_LOGOFF; ?></a> | <?php } ?><a href="<?php echo tep_href_link(FILENAME_ACCOUNT, '', 'SSL'); ?>" class="headerNavigation"><?php echo HEADER_TITLE_MY_ACCOUNT; ?></a> | <a href="<?php echo tep_href_link(FILENAME_SHOPPING_CART); ?>" class="headerNavigation"><?php echo HEADER_TITLE_CART_CONTENTS; ?></a> | <a href="<?php echo tep_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL'); ?>" class="headerNavigation"><?php echo HEADER_TITLE_CHECKOUT; ?></a> I could probably cheese out and use HTML, but I really prefer to do this 'properly.' If I need to add a HEADER_TITLE define point, I can do that, just need to know/find where to put it. Can anyone help? Link to comment Share on other sites More sharing options...
Jack_mcs Posted November 8, 2007 Share Posted November 8, 2007 The definition code would go in the includes/languages/english.php file. Jack Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. Get the latest versions of my addons Recommended SEO Addons Link to comment Share on other sites More sharing options...
shana-chan Posted November 8, 2007 Author Share Posted November 8, 2007 Thank you very much, that worked perfect. ^_^ Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.