elton123 Posted April 16, 2008 Posted April 16, 2008 Hi I need some help. I've installed this contribution. Info such as "Shopping Cart", "About_Us" now appears in my site's Header. Now how do I get rid of the old code in includes/header, otherwise I'm going to have duplicate entries on my site: <td align="right" valign="bottom"><?php echo '<a href="' . tep_href_link(FILENAME_ACCOUNT, '', 'SSL') . '">' . tep_image(DIR_WS_IMAGES . 'header_account.gif', HEADER_TITLE_MY_ACCOUNT) . '</a> <a href="' . tep_href_link(FILENAME_SHOPPING_CART) . '">' . tep_image(DIR_WS_IMAGES . 'header_cart.gif', HEADER_TITLE_CART_CONTENTS) . '</a> <a href="' . tep_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL') . '">' . tep_image(DIR_WS_IMAGES . 'header_checkout.gif', HEADER_TITLE_CHECKOUT) . '</a>'; ?> </td> Regards Elroy Quote
minionsweb Posted April 16, 2008 Posted April 16, 2008 (edited) What exactly are you asking? Which contrib? Why should you have to duplicate entries? The header is the header is the header. Edited April 16, 2008 by minionsweb Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.