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

Zen Cart 源代码 tell_a_friend.php




下载文件

文件名: tell_a_friend.php
文件类型: PHP文件
文件大小: 1.94 KiB
MD5: 0a2122aca8874d4df860dc9111c4a128

tell_a_friend.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: tell_a_friend.php 3159 2006-03-11 01:35:04Z drbyte $
  8.  */
  9.  
  10. define('NAVBAR_TITLE', 'Tell A Friend');
  11.  
  12. define('HEADING_TITLE', 'Tell A Friend About \'%s\'');
  13.  
  14. define('FORM_TITLE_CUSTOMER_DETAILS', 'Your Details');
  15. define('FORM_TITLE_FRIEND_DETAILS', 'Your Friend\'s Details');
  16. define('FORM_TITLE_FRIEND_MESSAGE', 'Your Message:');
  17.  
  18. define('FORM_FIELD_CUSTOMER_NAME', 'Your Name:');
  19. define('FORM_FIELD_CUSTOMER_EMAIL', 'Your Email:');
  20. define('FORM_FIELD_FRIEND_NAME', 'Friend\'s Name:');
  21. define('FORM_FIELD_FRIEND_EMAIL', 'Friend\'s Email:');
  22.  
  23. define('EMAIL_SEPARATOR', '----------------------------------------------------------------------------------------');
  24.  
  25. define('TEXT_EMAIL_SUCCESSFUL_SENT', 'Your email about <strong>%s</strong> has been successfully sent to <strong>%s</strong>.');
  26.  
  27. define('EMAIL_TEXT_HEADER','Important Notice!');
  28.  
  29. define('EMAIL_TEXT_SUBJECT', 'Your friend %s has recommended this great product from %s');
  30. define('EMAIL_TEXT_GREET', 'Hi %s!' . "\n\n");
  31. define('EMAIL_TEXT_INTRO', 'Your friend, %s, thought that you would be interested in %s from %s.');
  32.  
  33. define('EMAIL_TELL_A_FRIEND_MESSAGE','%s sent a note saying:');
  34.  
  35. define('EMAIL_TEXT_LINK', 'To view the product, click on the link below or copy and paste the link into your web browser:' . "\n\n" . '%s');
  36. define('EMAIL_TEXT_SIGNATURE', 'Regards,' . "\n\n" . '%s');
  37.  
  38. define('ERROR_TO_NAME', 'Error: Your friend\'s name must not be empty.');
  39. define('ERROR_TO_ADDRESS', 'Error: Your friend\'s email address does not appear to be valid. Please try again.');
  40. define('ERROR_FROM_NAME', 'Error: Your name must not be empty.');
  41. define('ERROR_FROM_ADDRESS', 'Error: Your email address does not appear to be valid. Please try again.');
  42. ?>
  43.  


cron