| [ Index ] | osCommerce
Docs :: PHP Cross Reference For osCommerce 2.2 MS2 Provided By OSCdox.com |
1 <?php 2 /* 3 $Id: address_book.php,v 1.7 2003/05/19 20:17:50 hpdl Exp $ 4 5 osCommerce, Open Source E-Commerce Solutions 6 http://www.oscommerce.com 7 8 Copyright (c) 2003 osCommerce 9 10 Released under the GNU General Public License 11 */ 12 13 define('NAVBAR_TITLE_1', 'My Account'); 14 define('NAVBAR_TITLE_2', 'Address Book'); 15 16 define('HEADING_TITLE', 'My Personal Address Book'); 17 18 define('PRIMARY_ADDRESS_TITLE', 'Primary Address'); 19 define('PRIMARY_ADDRESS_DESCRIPTION', 'This address is used as the pre-selected shipping and billing address for orders placed on this store.<br><br>This address is also used as the base for product and service tax calculations.'); 20 21 define('ADDRESS_BOOK_TITLE', 'Address Book Entries'); 22 23 define('PRIMARY_ADDRESS', '(primary address)'); 24 25 define('TEXT_MAXIMUM_ENTRIES', '<font color="#ff0000"><b>NOTE:</b></font> A maximum of %s address book entries allowed.'); 26 ?>
title
Description
Body
title
Description
Body
| Generated: Tue Nov 4 23:53:39 2003 | Hosted By :: AABox.com |
Cross-referenced by PHPXref 0.4 |