Guest Posted June 9, 2004 Share Posted June 9, 2004 check out my site http://www.dreamwayonline.com/ I'm using one of the site map contribs. and for some reason my link to site map in my info box is displaying Header_Site_Map instead of Site Map Any help? Link to comment Share on other sites More sharing options...
ryanf Posted June 9, 2004 Share Posted June 9, 2004 check the language file, either index or english.php. You didn't include the definition of Header_Site_Map If I was crafty, this would be a funny signature. Link to comment Share on other sites More sharing options...
241 Posted June 9, 2004 Share Posted June 9, 2004 create the required define in catalog/includes/languages/english.php No longer giving free advice. Please place deposit in meter slot provided. Individual: [=] SME: [==] Corporation: [===] If deposit does not fit one of the slots provided then you are asking too much! Is your Osc dated try Phoenix raising oscommerce from the ashes. Link to comment Share on other sites More sharing options...
Guest Posted June 9, 2004 Share Posted June 9, 2004 I just added define('HEADER_SITE_MAP', 'Site Map'); catalog/includes/languages/english.php and it still doesnt work Link to comment Share on other sites More sharing options...
Guest Posted June 9, 2004 Share Posted June 9, 2004 this is the code in my information.php file '<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_LINKS) . '">' . LINKS . '</a><br>' . '<a href="' . tep_href_link(FILENAME_SITE_MAP, '', 'NONSSL') . '">' . HEADER_SITE_MAP . '</a>'); Link to comment Share on other sites More sharing options...
Guest Posted June 9, 2004 Share Posted June 9, 2004 NM I figured it ou. Thanks! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.