Guest Posted February 14, 2004 Share Posted February 14, 2004 I have added an entry to my Information Box and when I tried testing it in my browser, I got a web address ending in /catalog/FILENAME_ABOUT instead of /catalog/about.php. I have already done the file changes in the /language/english directory AND in the file in the /catalog/ directory. Is there another file I need to edit? Nathalie P.S. Admittedly I am a total beginner when it comes to PHP and I still managed to figure it out to this point all by myself but now I am stuck. Link to comment Share on other sites More sharing options...
guntersammet Posted February 14, 2004 Share Posted February 14, 2004 If you have a file in catalog/includes called filenames.php, you need to define the filename there. If not, it's in catalog/includes/application_top.php. Just copy one of the fileneme definition lines and replace it with define('FILENAME_ABOUT', 'about.php'); HTH Gunter Link to comment Share on other sites More sharing options...
Guest Posted February 14, 2004 Share Posted February 14, 2004 thanks a bunch for that information, Gunter... Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.