Guest Posted February 26, 2003 Posted February 26, 2003 I have modifed some of the code of oscommerce. I am using icons to represent my account, cart contents, and checkout. Basicly in the header.php file I am using this so it keeps the session id: <a href="<?php echo tep_href_link(FILENAME_CHECKOUT, '', 'SSL'); ?>"> <img src="some_image> </a> Now I want to develop custom drop down menus. What do I have to do, can I just make these links as: <a hfref="http://somesite.com/default.php?cPath=170>click here</a> or does this also need to be passed with PHP? Thanks alot
Guest Posted February 26, 2003 Posted February 26, 2003 no expert but I'd say do it same as you did with image but replace the image with click here.
mattice Posted February 26, 2003 Posted February 26, 2003 Don't crosspost crispvx, it's against the forum rules. Locked. "Politics is the art of preventing people from taking part in affairs which properly concern them"
Recommended Posts
Archived
This topic is now archived and is closed to further replies.