georgee Posted December 21, 2003 Posted December 21, 2003 hello. I woud like to modify the current link for "Top" in the Header. I have successfuly changed the name "Top" to the website's domain name through "english.php". Which file has the HREF information? I have checked the ADMIN and MySQL database. Please help. I thank you in advance. George
Guest Posted December 21, 2003 Posted December 21, 2003 You may find it in catalog/includes/application_top.php: $breadcrumb->add(HEADER_TITLE_TOP, HTTP_SERVER); you can change it like this: $breadcrumb->add(HEADER_TITLE_TOP, 'http://your_url/your_file.php'); Matti
georgee Posted December 21, 2003 Author Posted December 21, 2003 Thank you ever so much!!! I didn't even have time to refill my coffee cup. Thank you for your speedy reply. Happy Holidays!! George
Recommended Posts
Archived
This topic is now archived and is closed to further replies.