com1usa Posted February 8, 2003 Share Posted February 8, 2003 The 'TOP' Navigation link goes back to the sites home page which is a flash intro. How do i change that link to go to the real home page domainname.com/cover.htm ? Please help me, I just cant figure it out! Thanks in advance Link to comment Share on other sites More sharing options...
toolcrazy Posted February 9, 2003 Share Posted February 9, 2003 Go to: http://www.oscommerce.com/forums/viewtopic.php?t=33707 I've answered this there. And please start doing searches. Steve ------------------------- Link to comment Share on other sites More sharing options...
Guest Posted February 9, 2003 Share Posted February 9, 2003 go to: INCLUDES>APPLICATION_TOP.PHP Find this line: Approx on line 434> require(DIR_WS_CLASSES . 'breadcrumb.php'); $breadcrumb = new breadcrumb; $breadcrumb->add(HEADER_TITLE_TOP, tep_href_link(HTTP_SERVER)); //$breadcrumb->add(HEADER_TITLE_CATALOG, tep_href_link(FILENAME_DEFAULT)); CHANGE TO> require(DIR_WS_CLASSES . 'breadcrumb.php'); $breadcrumb = new breadcrumb; $breadcrumb->add(HEADER_TITLE_TOP, tep_href_link(FILENAME_DEFAULT)); //$breadcrumb->add(HEADER_TITLE_CATALOG, tep_href_link(FILENAME_DEFAULT)); You'll have two items with same link. I took the Catalog link off but I forgot how I did it. If I remember I'll be sure to share. Link to comment Share on other sites More sharing options...
Guest Posted February 9, 2003 Share Posted February 9, 2003 yeah he answered it better than I did :) I was just about to send ya to that url Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.