I'm modifying a website made with osCommerce (I didn't make this website), and one of the things I have to modify is the look of the home page. My problem is that I have modified the index.php file, and all the changes look fine. However, when I click a link that has been written in PHP with this function:
<?php echo tep_href_link(FILENAME_DEFAULT,'cPath=24&sort=2a') ?>
(in the filenames.php I have:
define('FILENAME_DEFAULT', 'index.php');)what happens is that it shows the correct results, but in a different page, with the old design. I don't undesrstand it, because as I understand, that link should take me to the same index.php that I modified, but obviously it's taking me somewhere else. But I don't know what page is it showing, the only thing I see is the link written by the PHP function:
..(my_catalog_folder)/escaparate-c-24.html?sort=2a&osCsid=p7fp55t489nv042p0ip4mp7si1
I guess that the tep_href_link() is writting that, but I don't know what page is using to show the results.
Any clues would be much appreciatted!














