dantefoxfox Posted May 5, 2005 Share Posted May 5, 2005 I need to delete the arrow and to add a link to: - What's New - Shopping Cart - Specials - Reviews Please can anyone help me? :'( Please... Link to comment Share on other sites More sharing options...
Guest Posted May 6, 2005 Share Posted May 6, 2005 If you cut exactly these bits from the files, the arrows will disappear. , tep_href_link(FILENAME_SPECIALS) , tep_href_link(FILENAME_SHOPPING_CART) The files are found in the boxes directory. Then you can go to the english.php file and change the word Specials to include a hyperlink like this: define('BOX_HEADING_SPECIALS', '<a href="specials.php"><font color="#ffffff">Specials</a>'); By the way, thank you very much! I have always disliked that little arrow but never bothered to do anthing about it. I'm going to make these changes now! I think maybe folks might not realize they are links, though, since some of the others are not. You could change the font color or add underline tags <u>Specials</u> to make sure they get it. Otherwise, they'll click the special within and maybe never get to the specials page at all to see them all. I've just started using specials and the results have been amazing in just two days! I'm going to underline my links. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.