crxvfr Posted March 9, 2009 Share Posted March 9, 2009 I'm trying to add several reference pages and links for them. The first page I linked from the infobox and its an index page for the rest of the pages I'm adding. If you click on the link for this page in the infobox, it comes up fine, but when I mouse over the links on this page, the status bar displays: http://www.yadayada.com/<?php echo tep_href_link(FILENAME_STREET_BATTERY_GUIDE_01); ?> This are the lines I added to filenames.php: define('FILENAME_STREET_BATTERY_GUIDE', 'street_battery_guide.php'); define('FILENAME_STREET_BATTERY_GUIDE_01', 'street_battery_guide_01.php'); The first one is working but the second is not. What am I missing? Link to comment Share on other sites More sharing options...
crxvfr Posted March 9, 2009 Author Share Posted March 9, 2009 Solved. The way I had things set up, I needed to link the pages without using the tep href function. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.