I have created a new information page, About Us, and it shows up in the information box, When I click on it I am taken to .../information.php?info_id=16. I need to create a link to this page in the header. I added in the filename.php the following:
define('FILENAME_ABOUT_US', 'information.php?info_id=16');
but when I add in the header
<a href="<?php echo tep_href_link(FILENAME_ABOUT_US); ?>" class="headerNavigation"><?php echo HEADER_TITLE_ABOUT_US; ?></a>
the link comes out as
information.php
How should the link in filename.php look?
Thanks,
Dan





LinkBack URL
About LinkBacks





Reply With Quote
Bookmarks