stevennickelby Posted March 5, 2006 Posted March 5, 2006 Hello, i've creatd index2.php for the front page, and use index.php for the categories. only when you click on the categories box on the left it follows the path on that page(index2.php) Does anyone know how to make it reference to index.php cpath instead of index2.php? Your probably wondering why use an index2?... ...it's because i wanted to have a different right hand column display from the frontpage after clicking on the category, and i'm no good at php(learning though) so this was the easiest way for me. hope to get a reply! Steven
Guest Posted March 5, 2006 Posted March 5, 2006 probably you changed the FILENAME_DEFAULT to point to index2.php you could restore it, add a FILENAME_DEFAULT2 for instance to point to index2.php and then use the FILENAME_DEFAULT definition when the categories box builds the links (tep_href_link function)
stevennickelby Posted March 6, 2006 Author Posted March 6, 2006 thats great...it was veryeasy to do, thanks enigma1.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.