Jump to content

nkahook

New Members
  • Posts

    9
  • Joined

  • Last visited

    Never

Posts posted by nkahook

  1. Hi,

     

    I'm updating a site and I'm having problems with some php links that are inserted in the information box. The script is:

      <?php

      $info_box_contents = array();

      $info_box_contents[] = array('text' => BOX_HEADING_INFORMATION);

     

      new infoBoxHeading($info_box_contents, false, false);

     

      $info_box_contents = array();

      $info_box_contents[] = array();

      $info_box_contents[] = array('text' => '<a href="' . tep_href_link(FILENAME_SHIPPING) . '">' . BOX_INFORMATION_SHIPPING . '</a><br>' .

                                            '<a href="' . tep_href_link(FILENAME_PRIVACY) . '">' . BOX_INFORMATION_PRIVACY . '</a><br>' .

                                            '<a href="' . tep_href_link(FILENAME_CONDITIONS) . '">' . BOX_INFORMATION_CONDITIONS . '</a><br>' .

                                            '<a href="' . tep_href_link(FILENAME_CONTACT_US) . '">' . BOX_INFORMATION_CONTACT . '</a><br>'.

    '<a href="' . tep_href_link(FILENAME_HOWORDER) . '">' . BOX_INFORMATION_HOWORDER . '</a><br>'

     

    .

      '<a href="' . tep_href_link(FILENAME_FAQS) . '">' . BOX_INFORMATION_FAQS . '</a></br>'.

     

    '<a href="' . tep_href_link(FILENAME_4PRESCRIPTION) . '">' . BOX_INFORMATION_4PRESCRIPTION . '</a>');

     

    The code I bolded is the one giving me the problem. Instead of showing up as $4 Prescriptions on the web page its showing as BOX_INFORMATION_4PRESCRIPTION. Every time I try to make a change the whole site goes down except for the header and a thin beige line. My php experience is limited so someone please please help! :confused:

     

     

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.