[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文件
文件大小: 939 Bytes
MD5: 658d232b1664e81998804b38adcbb40b

page_not_found.php - 打开高亮
<?php
/**
 * @package languageDefines
 * @copyright Copyright 2003-2005 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: page_not_found.php 3159 2006-03-11 01:35:04Z drbyte $
 */

define('NAVBAR_TITLE', '页面不存在');
define('HEADING_TITLE', '页面不存在');
define('TEXT_INFORMATION', '');
define('PAGE_ACCOUNT', '我的帐号');
define('PAGE_ACCOUNT_EDIT', '帐号信息');
define('PAGE_ADDRESS_BOOK', '地址簿');
define('PAGE_ACCOUNT_HISTORY', '订单记录');
define('PAGE_ACCOUNT_NOTIFICATIONS', '电子商情订阅');
define('PAGE_SHOPPING_CART', '购物车');
define('PAGE_CHECKOUT_SHIPPING', '结帐');
define('PAGE_ADVANCED_SEARCH', '高级搜索');
define('PAGE_PRODUCTS_NEW', '新进商品');
define('PAGE_SPECIALS', '特价商品');
define('PAGE_REVIEWS', '顾客评论');
?>


cron