[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 源代码 page_not_found.php

Zen Cart 源代码 page_not_found.php




下载文件

文件名: page_not_found.php
文件类型: PHP文件
文件大小: 952 Bytes
MD5: ca2476d99c113db0ddcebf943527180e

page_not_found.php - 关闭高亮
  1. <?php
  2. /**
  3.  * @package languageDefines
  4.  * @copyright Copyright 2003-2005 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: page_not_found.php 3159 2006-03-11 01:35:04Z drbyte $
  8.  */
  9.  
  10. define('NAVBAR_TITLE', 'Page Not Found');
  11. define('HEADING_TITLE', 'Page Not Found');
  12. define('TEXT_INFORMATION', '');
  13. define('PAGE_ACCOUNT', 'My Account');
  14. define('PAGE_ACCOUNT_EDIT', 'Account Information');
  15. define('PAGE_ADDRESS_BOOK', 'Address Book');
  16. define('PAGE_ACCOUNT_HISTORY', 'Order History');
  17. define('PAGE_ACCOUNT_NOTIFICATIONS', 'Newsletter Subscriptions');
  18. define('PAGE_SHOPPING_CART', 'Shopping Cart');
  19. define('PAGE_CHECKOUT_SHIPPING', 'Checkout');
  20. define('PAGE_ADVANCED_SEARCH', 'Advanced Search');
  21. define('PAGE_PRODUCTS_NEW', 'New Products');
  22. define('PAGE_SPECIALS', 'Specials');
  23. define('PAGE_REVIEWS', 'Reviews');
  24. ?>


cron