[phpBB Debug] PHP Warning: in file [ROOT]/includes/crs/crs_misc_functions.php on line 37: mime_content_type(): Empty filename or path
[phpBB Debug] PHP Warning: in file [ROOT]/includes/crs/crs_misc_functions.php on line 37: mime_content_type(): Empty filename or path
Zen Cart 源代码 account.php

Zen Cart 源代码 account.php




下载文件

文件名: account.php
文件类型: PHP文件
文件大小: 1.38 KiB
MD5: aadab62e6ff6f336b80bfe1326ac6612

account.php - 关闭高亮
  1. <?php
  2. /**
  3.  * @package languageDefines
  4.  * @copyright Copyright 2003-2006 Zen Cart Development Team
  5.  * @copyright Portions Copyright 2003 osCommerce
  6.  * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
  7.  * @version $Id: account.php 3595 2006-05-07 06:39:23Z drbyte $
  8.  */
  9.  
  10. define('NAVBAR_TITLE', 'My Account');
  11. define('HEADING_TITLE', 'My Account Information');
  12.  
  13. define('OVERVIEW_TITLE', 'Overview');
  14. define('OVERVIEW_SHOW_ALL_ORDERS', '(show all orders)');
  15. define('OVERVIEW_PREVIOUS_ORDERS', 'Previous Orders');
  16. define('TABLE_HEADING_DATE', 'Date');
  17. define('TABLE_HEADING_ORDER_NUMBER', 'No.');
  18. define('TABLE_HEADING_SHIPPED_TO', 'Ship To');
  19. define('TABLE_HEADING_STATUS', 'Status');
  20. define('TABLE_HEADING_TOTAL', 'Total');
  21. define('TABLE_HEADING_VIEW', 'View');
  22.  
  23. define('MY_ACCOUNT_TITLE', 'My Account');
  24. define('MY_ACCOUNT_INFORMATION', 'View or change my account information.');
  25. define('MY_ACCOUNT_ADDRESS_BOOK', 'View or change entries in my address book.');
  26. define('MY_ACCOUNT_PASSWORD', 'Change my account password.');
  27.  
  28. define('MY_ORDERS_TITLE', 'My Orders');
  29. define('MY_ORDERS_VIEW', 'View the orders I have made.');
  30.  
  31. define('EMAIL_NOTIFICATIONS_TITLE', 'Email Notifications');
  32. define('EMAIL_NOTIFICATIONS_NEWSLETTERS', 'Subscribe or unsubscribe from newsletters.');
  33. define('EMAIL_NOTIFICATIONS_PRODUCTS', 'View or change my product notification list.');
  34. ?>


cron