Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

File with HEADER_TITLE lists?


shana-chan

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...