Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

define tep_href_link


NuFreak

Recommended Posts

Posted

hello..

 

i want to define the URLs in the information.php...

 

<?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('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>');

 new infoBox($info_box_contents);
?>

 

where can I define the .tep_href_link ??

 

thanks for support

Posted

I guess you mean to change those in catalog/includes/filenames.php

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...