Guest Posted November 21, 2004 Posted November 21, 2004 I am developing a site that will have a Flash movie on the first page and then goes to "welcome.php". Having installed the shop when you click on "Top" in the cookie crumb trail you are taken to "mydomain.com", I would like this link to take the user to "mydomain.com/welcome.php". Any advice will be gratefully received. dd
Guest Posted November 21, 2004 Posted November 21, 2004 In *catalog*/includes/application_top.php find this code: $breadcrumb->add(HEADER_TITLE_TOP, HTTP_SERVER); ...and change it to this: $breadcrumb->add('whatever you want it to say', tep_href_link('welcome.php'));
Guest Posted November 21, 2004 Posted November 21, 2004 Thanks, for that. it put me on the right track. I 'd been scratching my head for over two hours at home trying to solve this problem and I received the answer in under 4 minutes. I would have preferred to have cracked it myself, but I am grateful for the help that has now freed up time to solve other problems with the site. I am even very impressed with the speed in which help is given through the site(if there was a bow and a thnkyou smiley you'd be looking at them now). dd
Guest Posted November 21, 2004 Posted November 21, 2004 Pretty soon you'll know the code like the back of your hand and then you'll be here giving answers in under 4 minutes, too :)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.