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.


Reply With Quote
