osCmax v2.5 User Manual
Results 1 to 2 of 2

What is the link to a new information page?

This is a discussion on What is the link to a new information page? within the osCmax v2 Customization/Mods forums, part of the osCmax v2.0 Forums category; I have created a new information page, About Us, and it shows up in the information box, When I click ...

      
  1. #1
    Member
    Join Date
    Oct 2011
    Posts
    34
    Rep Power
    0


    Default What is the link to a new information page?

    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

  2. #2
    Member
    Join Date
    Oct 2011
    Posts
    34
    Rep Power
    0


    1 out of 1 members found this post helpful.

    Default Re: What is the link to a new information page?

    Figured it out, the link in the header should be <?php echo tep_href_link(FILENAME_INFORMATION, 'info_id=16'); ?>

Similar Threads

  1. Adding Link to Information Box
    By cindyt2009 in forum osCmax v2 Customization/Mods
    Replies: 2
    Last Post: 07-10-2010, 12:37 PM
  2. how do i set a link active, if the link links to actual page
    By poschiman in forum osCommerce 2.2 Modification Help
    Replies: 0
    Last Post: 06-03-2006, 04:10 PM
  3. Modifying the Information box to include new link
    By Demented in forum osCmax v1.7 Discussion
    Replies: 5
    Last Post: 05-23-2005, 08:43 AM
  4. adding url link to external page from information box
    By fuzzyphil in forum osCommerce 2.2 Modification Help
    Replies: 2
    Last Post: 05-21-2005, 03:55 PM
  5. direct link in Information box
    By thedesignbase in forum osCmax v1.7 Discussion
    Replies: 1
    Last Post: 01-30-2005, 06:19 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •