shay101902 Posted October 7, 2005 Posted October 7, 2005 I made an index.html so it would go to that page before going into the shop when you type in the url. The only problem is now when your in the shop and you click on a category to go look at something, then when you press the top link it takes you to the front html page. Now I need to find where it has the top link and change it to go to index.php when you click on it. Can anyone please help me. I searched through the english.php and index.php but I can figure out where to change that.
♥Vger Posted October 7, 2005 Posted October 7, 2005 includes/application_top.php edit this: $breadcrumb->add(HEADER_TITLE_TOP, HTTP_SERVER); to this: $breadcrumb->add(HEADER_TITLE_TOP, 'index.php'); or just comment out, like so: //$breadcrumb->add(HEADER_TITLE_TOP, HTTP_SERVER); Vger
shay101902 Posted October 7, 2005 Author Posted October 7, 2005 includes/application_top.php edit this: $breadcrumb->add(HEADER_TITLE_TOP, HTTP_SERVER); to this: $breadcrumb->add(HEADER_TITLE_TOP, 'index.php'); or just comment out, like so: //$breadcrumb->add(HEADER_TITLE_TOP, HTTP_SERVER); Vger Thank You SOOOOOOOOOOOOO Much! Your The Best!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.