Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Nav Bar Changes


Guest

Recommended Posts

Posted

Just what it says , can't remember where the nav bar file is , top nav bar

Posted

Ralph,

 

There is no "nav bar file" per se, but the code for it is in your includes/header.php, so just look for this:

 

<table border="0" width="100%" cellspacing="0" cellpadding="2">
 <tr class="headerNavigation">
   <td class="headerNavigation">  <?php echo $breadcrumb->trail(' » '); ?></td>
   <td align="right" class="headerNavigation"><?php if (tep_session_is_registered('customer_id')) { ?><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, '', 'SSL'); ?>" class="headerNavigation"><?php echo HEADER_TITLE_CART_CONTENTS; ?></a>    <a href="<?php echo tep_href_link(FILENAME_CHECKOUT_PAYMENT, '', 'SSL'); ?>" class="headerNavigation"><?php echo HEADER_TITLE_CHECKOUT; ?></a>   </td>
 </tr>
</table>

Archived

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

×
×
  • Create New...