fightonusc Posted February 20, 2004 Posted February 20, 2004 Hello, I realized that the "Top" link took me to the root directory. So with my limited "hacking" knowledge of programming, I looked through all the files and found catalog/includes/header.php where I thought I can fix the problem. I was successfull in pointing "top" to "top:catalog" so both catalog and top would point to catalog. Hear is what I did; I deleted <a href="<? echo HTTP_SERVER; and added <a href="<? echo tep_href_link(FILENAME_DEFAULT, '', 'NONSSL'); from the next line. Whether it was the proper way to do it, it fixed my problem. Out of curiosity, I wanted to check the forums to see if I did it the way most people did. Unfortunately, I didn't and the subject of breadcrumbs came up. Is my change going to effect the oscommercr negatively? What are breadcrumbs? Thanks.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.