
Originally Posted by
Muzz
HI I checked my files.
I have the about us file here:
includes/languages/english/extra_definitions/YOUR_TEMPLATE/about_us.php
The code is below.
<?php
/**
* @package languageDefines
* @copyright Copyright 2003-2006 Zen Cart Development Team
* @copyright Portions Copyright 2003 osCommerce
* @license
http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
* @version $Id: about_us.php v1.3 $
*/
// this is used to display the text link in the "information" or other sidebox
define('BOX_INFORMATION_ABOUT_US', 'About Us');
?>
I'd like to get this working but if not then remove the link all together.
To delete
open includes/languages/english/extra_definitions/YOUR_TEMPLATE/footer_menu_defines.php
find and comment out the following define statement.
Code:
Define('ABOUT', '<li><a href="' . zen_href_link(FILENAME_ABOUT_US) . '">' . BOX_INFORMATION_ABOUT_US . '</a></li>');
find the following define statement and delete the highlighted portion
Define('INFORMATION', '<dd class="second">
<ul>' . TITLE_TWO . ABOUT . SITEMAP . GVFAQ . COUPON . UNSUBSCRIBE . '</ul></dd>');
Bookmarks