Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

I've added a new link to the header


keoga

Recommended Posts

Posted

Hello All!

 

I've added a new link to the header, but I dont know how to make it have the same class as the rest (class="headerNavigation")??Somebody teach me how plz!

 

This link opens a new site outside osc.

 

The new code added in the Header.php is marked with red.

 

 

<?php echo '<a href="' .HEADER_FORUM_LINK. '" > '. HEADER_TITLE_FORUM. '</a>'; ?>  | 

 

<a href="<?php echo tep_href_link(FILENAME_SHOPPING_CART); ?>" class="headerNavigation"><?php echo HEADER_TITLE_CART_CONTENTS; ?></a>

 

 

Thank-you!

Posted
<?php echo '<a href="' . HEADER_FORUM_LINK . '" class="headerNavigation">' . HEADER_TITLE_FORUM . '</a>'; ?> | 

I'd rather be flying!

Archived

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

×
×
  • Create New...