[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文件
文件大小: 2.23 KiB
MD5: ed788f603a2fdee875f751b5995853cf

other_images_names.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: other_images_names.php 3056 2006-02-21 06:41:36Z birdbrain $
  8.  */
  9.  
  10. /*
  11.  * define the other images used in the project
  12.  */
  13.  
  14. define('OTHER_IMAGE_BLACK_SEPARATOR', 'pixel_black.gif');
  15. define('OTHER_IMAGE_BOX_NOTIFY_REMOVE', 'box_products_notifications_remove.gif');
  16. define('OTHER_IMAGE_BOX_NOTIFY_YES', 'box_products_notifications.gif');
  17. define('OTHER_IMAGE_BOX_WRITE_REVIEW', 'box_write_review.gif');
  18. define('OTHER_IMAGE_CALL_FOR_PRICE', 'call_for_prices.jpg');
  19. define('OTHER_IMAGE_DOWN_FOR_MAINTENANCE', 'down_for_maintenance.gif');
  20. define('OTHER_IMAGE_PRICE_IS_FREE', 'free.gif');
  21. define('OTHER_IMAGE_TRANPARENT', 'pixel_trans.gif');
  22. define('OTHER_IMAGE_CUSTOMERS_AUTHORIZATION', 'customer_authorization.gif');
  23. define('OTHER_IMAGE_REVIEWS_RATING_STARS_FIVE', 'stars_5_small.gif');
  24. define('OTHER_IMAGE_REVIEWS_RATING_STARS_FOUR', 'stars_4_small.gif');
  25. define('OTHER_IMAGE_REVIEWS_RATING_STARS_THREE', 'stars_3_small.gif');
  26. define('OTHER_IMAGE_REVIEWS_RATING_STARS_TWO', 'stars_2_small.gif');
  27. define('OTHER_IMAGE_REVIEWS_RATING_STARS_ONE', 'stars_1_small.gif');
  28. //define('OTHER_IMAGE_', '');
  29.  
  30. /*
  31.  * ALT tags for other images
  32.  */
  33.  
  34. define('OTHER_BOX_NOTIFY_REMOVE_ALT', 'Remove this product notification.');
  35. define('OTHER_BOX_NOTIFY_YES_ALT', 'Notify me of updates to this product.');
  36. define('OTHER_BOX_WRITE_REVIEW_ALT', 'Write a review on this product.');
  37. define('OTHER_CALL_FOR_PRICE_ALT', 'Please Call for the Current Price.');
  38. define('OTHER_DOWN_FOR_MAINTENANCE_ALT', 'The site is currently down for maintenance. Please come back later.');
  39. define('OTHER_TRANPARENT_ALT', '');
  40. define('OTHER_IMAGE_CUSTOMERS_AUTHORIZATION_ALT', 'CUSTOMER APPROVAL IS PENDING ...');
  41. define('OTHER_REVIEWS_RATING_STARS_FIVE_ALT', 'Five Stars');
  42. define('OTHER_REVIEWS_RATING_STARS_FOUR_ALT', 'Four Stars');
  43. define('OTHER_REVIEWS_RATING_STARS_THREE_ALT', 'Three Stars');
  44. define('OTHER_REVIEWS_RATING_STARS_TWO_ALT', 'Two Stars');
  45. define('OTHER_REVIEWS_RATING_STARS_ONE_ALT', 'One Star');
  46. //define('OTHER_xxx_ALT', '');
  47.  
  48. ?>


cron