bunnyman Posted December 27, 2003 Share Posted December 27, 2003 Hi, I wanting to link the logo of my site in the header back to the main page of the shopping cart. I'm want to make sure the customer ID is carried over. I presume the code should be something like this; <A href="/catalog/index.php?cPath=' . $cPath . (isset($HTTP_GET_VARS['pID']) ?"> <img src="logo.gif"></a> Would this be correct? Thanks, Dan Link to comment Share on other sites More sharing options...
Andyman53 Posted December 27, 2003 Share Posted December 27, 2003 i don't know about that, but i know the front page of the shopping cart is default.php Link to comment Share on other sites More sharing options...
bunnyman Posted December 27, 2003 Author Share Posted December 27, 2003 Sorted it with the following; <?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '"><img src="myimage.gif" border=0>' . '</a>'; ?> :D Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.