keoga Posted April 27, 2004 Posted April 27, 2004 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!
bluepony Posted April 27, 2004 Posted April 27, 2004 <?php echo '<a href="' . HEADER_FORUM_LINK . '" class="headerNavigation">' . HEADER_TITLE_FORUM . '</a>'; ?> | I'd rather be flying!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.