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

Zen Cart 源代码 other_images_names.php




下载文件

文件名: other_images_names.php
文件类型: PHP文件
文件大小: 3.35 KiB
MD5: 791204294518c433ebda7284aaee9f88

other_images_names.php - 打开高亮
<?php
//
// +----------------------------------------------------------------------+
// |zen-cart Open Source E-commerce                                       |
// +----------------------------------------------------------------------+
// | Copyright (c) 2003 The zen-cart developers                           |
// |                                                                      |
// | http://www.zen-cart.com/index.php                                    |
// |                                                                      |
// | Portions Copyright (c) 2003 osCommerce                               |
// +----------------------------------------------------------------------+
// | This source file is subject to version 2.0 of the GPL license,       |
// | that is bundled with this package in the file LICENSE, and is        |
// | available through the world-wide-web at the following url:           |
// | http://www.zen-cart.com/license/2_0.txt.                             |
// | If you did not receive a copy of the zen-cart license and are unable |
// | to obtain it through the world-wide-web, please send a note to       |
// | license@zen-cart.com so we can mail you a copy immediately.          |
// +----------------------------------------------------------------------+
// | Simplified Chinese version   http://www.zen-cart.cn                  |
// +----------------------------------------------------------------------+
// $Id: other_images_names.php 901 2005-01-08 06:17:18Z ajeh $
//
// define the other images used in the project

define('OTHER_IMAGE_BLACK_SEPARATOR', 'pixel_black.gif');
define('OTHER_IMAGE_BOX_NOTIFY_REMOVE', 'box_products_notifications_remove.gif');
define('OTHER_IMAGE_BOX_NOTIFY_YES', 'box_products_notifications.gif');
define('OTHER_IMAGE_BOX_WRITE_REVIEW', 'box_write_review.gif');
define('OTHER_IMAGE_CALL_FOR_PRICE', 'call_for_prices.jpg');
define('OTHER_IMAGE_DOWN_FOR_MAINTENANCE', 'down_for_maintenance.gif');
define('OTHER_IMAGE_PRICE_IS_FREE', 'free.gif');
define('OTHER_IMAGE_TRANPARENT', 'pixel_trans.gif');
define('OTHER_IMAGE_CUSTOMERS_AUTHORIZATION', 'customer_authorization.gif');
define('OTHER_IMAGE_REVIEWS_RATING_STARS_FIVE', 'stars_5_small.gif');
define('OTHER_IMAGE_REVIEWS_RATING_STARS_FOUR', 'stars_4_small.gif');
define('OTHER_IMAGE_REVIEWS_RATING_STARS_THREE', 'stars_3_small.gif');
define('OTHER_IMAGE_REVIEWS_RATING_STARS_TWO', 'stars_2_small.gif');
define('OTHER_IMAGE_REVIEWS_RATING_STARS_ONE', 'stars_1_small.gif');
//define('OTHER_IMAGE_', '');

/*
 * ALT tags for other images
 */

define('OTHER_BOX_NOTIFY_REMOVE_ALT', '删除该商品通知.');
define('OTHER_BOX_NOTIFY_YES_ALT', '当该商品更新时通知我.');
define('OTHER_BOX_WRITE_REVIEW_ALT', '发表本商品的评论。');
define('OTHER_CALL_FOR_PRICE_ALT', '请致电查询最新价格。');
define('OTHER_DOWN_FOR_MAINTENANCE_ALT', '本站维护中... 请稍后访问.');
define('OTHER_TRANPARENT_ALT', '');
define('OTHER_IMAGE_CUSTOMERS_AUTHORIZATION_ALT', '客户授权等待中 ...');
define('OTHER_REVIEWS_RATING_STARS_FIVE_ALT', '五颗星');
define('OTHER_REVIEWS_RATING_STARS_FOUR_ALT', '四颗星');
define('OTHER_REVIEWS_RATING_STARS_THREE_ALT', '三颗星');
define('OTHER_REVIEWS_RATING_STARS_TWO_ALT', '二颗星');
define('OTHER_REVIEWS_RATING_STARS_ONE_ALT', '一颗星');
//define('OTHER_xxx_ALT', '');
?>


cron