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

Zen Cart 源代码 other_images_names.php




下载文件

文件名: other_images_names.php
文件类型: PHP文件
文件大小: 3.35 KiB
MD5: 674ace24fa30c2cbd82b4f4b85b4ac1c

other_images_names.php - 关闭高亮
  1. <?php
  2. //
  3. // +----------------------------------------------------------------------+
  4. // |zen-cart Open Source E-commerce                                       |
  5. // +----------------------------------------------------------------------+
  6. // | Copyright (c) 2003 The zen-cart developers                           |
  7. // |                                                                      |
  8. // | http://www.zen-cart.com/index.php                                    |
  9. // |                                                                      |
  10. // | Portions Copyright (c) 2003 osCommerce                               |
  11. // +----------------------------------------------------------------------+
  12. // | This source file is subject to version 2.0 of the GPL license,       |
  13. // | that is bundled with this package in the file LICENSE, and is        |
  14. // | available through the world-wide-web at the following url:           |
  15. // | http://www.zen-cart.com/license/2_0.txt.                             |
  16. // | If you did not receive a copy of the zen-cart license and are unable |
  17. // | to obtain it through the world-wide-web, please send a note to       |
  18. // | license@zen-cart.com so we can mail you a copy immediately.          |
  19. // +----------------------------------------------------------------------+
  20. // | Simplified Chinese version   http://www.zen-cart.cn                  |
  21. // +----------------------------------------------------------------------+
  22. // $Id: other_images_names.php 901 2005-01-08 06:17:18Z ajeh $
  23. //
  24. // define the other images used in the project
  25.  
  26. define('OTHER_IMAGE_BLACK_SEPARATOR', 'pixel_black.gif');
  27. define('OTHER_IMAGE_BOX_NOTIFY_REMOVE', 'box_products_notifications_remove.gif');
  28. define('OTHER_IMAGE_BOX_NOTIFY_YES', 'box_products_notifications.gif');
  29. define('OTHER_IMAGE_BOX_WRITE_REVIEW', 'box_write_review.gif');
  30. define('OTHER_IMAGE_CALL_FOR_PRICE', 'call_for_prices.jpg');
  31. define('OTHER_IMAGE_DOWN_FOR_MAINTENANCE', 'down_for_maintenance.gif');
  32. define('OTHER_IMAGE_PRICE_IS_FREE', 'free.gif');
  33. define('OTHER_IMAGE_TRANPARENT', 'pixel_trans.gif');
  34. define('OTHER_IMAGE_CUSTOMERS_AUTHORIZATION', 'customer_authorization.gif');
  35. define('OTHER_IMAGE_REVIEWS_RATING_STARS_FIVE', 'stars_5_small.gif');
  36. define('OTHER_IMAGE_REVIEWS_RATING_STARS_FOUR', 'stars_4_small.gif');
  37. define('OTHER_IMAGE_REVIEWS_RATING_STARS_THREE', 'stars_3_small.gif');
  38. define('OTHER_IMAGE_REVIEWS_RATING_STARS_TWO', 'stars_2_small.gif');
  39. define('OTHER_IMAGE_REVIEWS_RATING_STARS_ONE', 'stars_1_small.gif');
  40. //define('OTHER_IMAGE_', '');
  41.  
  42. /*
  43.  * ALT tags for other images
  44.  */
  45.  
  46. define('OTHER_BOX_NOTIFY_REMOVE_ALT', '删除该商品通知.');
  47. define('OTHER_BOX_NOTIFY_YES_ALT', '当该商品更新时通知我.');
  48. define('OTHER_BOX_WRITE_REVIEW_ALT', '发表本商品的评论。');
  49. define('OTHER_CALL_FOR_PRICE_ALT', '请致电查询最新价格。');
  50. define('OTHER_DOWN_FOR_MAINTENANCE_ALT', '本站维护中... 请稍后访问.');
  51. define('OTHER_TRANPARENT_ALT', '');
  52. define('OTHER_IMAGE_CUSTOMERS_AUTHORIZATION_ALT', '客户授权等待中 ...');
  53. define('OTHER_REVIEWS_RATING_STARS_FIVE_ALT', '五颗星');
  54. define('OTHER_REVIEWS_RATING_STARS_FOUR_ALT', '四颗星');
  55. define('OTHER_REVIEWS_RATING_STARS_THREE_ALT', '三颗星');
  56. define('OTHER_REVIEWS_RATING_STARS_TWO_ALT', '二颗星');
  57. define('OTHER_REVIEWS_RATING_STARS_ONE_ALT', '一颗星');
  58. //define('OTHER_xxx_ALT', '');
  59. ?>


cron