Guest Posted December 15, 2005 Posted December 15, 2005 In my website, there is BOX_INFORMATION_LINKS on the "site map" page. http://www.holaic.ch/shop/catalog/sitemap.php I'd like to delete it... :(
Jack_mcs Posted December 15, 2005 Posted December 15, 2005 It appears to be the code for the Links Manager contribution. If you do not intend to use that, then go into includes/boxes/information.php and delete the code for that link. If will be the one that contains FILENAME_LINKS. Jack Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons
Guest Posted December 15, 2005 Posted December 15, 2005 It appears to be the code for the Links Manager contribution. If you do not intend to use that, then go into includes/boxes/information.php and delete the code for that link. If will be the one that contains FILENAME_LINKS. Jack This is infomation.php file: <!-- information //--> <tr> <td> <?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_FAQ) . '">' . BOX_FAQ . '</a><br>' . '<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_SITEMAP) . '">' . BOX_INFORMATION_SITEMAP . '</a>'); new infoBox($info_box_contents); ?> </td> </tr> <!-- information_eof //--> but I can't find BOX_INFORMATION_LINKS ...
Guest Posted December 15, 2005 Posted December 15, 2005 Ok, I find the solution. It's the problem with sitemap.php I solved the problem. Thanks for all... :)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.