[ Index ] |
|
Code source de osCommerce 2.2ms2-060817 |
1 <?php 2 /* 3 $Id: tell_a_friend.php,v 1.7 2003/06/10 18:20:39 hpdl Exp $ 4 5 osCommerce, Open Source E-Commerce Solutions 6 http://www.oscommerce.com 7 8 Copyright (c) 2003 osCommerce 9 10 Released under the GNU General Public License 11 */ 12 13 define('NAVBAR_TITLE', 'Tell A Friend'); 14 15 define('HEADING_TITLE', 'Tell A Friend About \'%s\''); 16 17 define('FORM_TITLE_CUSTOMER_DETAILS', 'Your Details'); 18 define('FORM_TITLE_FRIEND_DETAILS', 'Your Friends Details'); 19 define('FORM_TITLE_FRIEND_MESSAGE', 'Your Message'); 20 21 define('FORM_FIELD_CUSTOMER_NAME', 'Your Name:'); 22 define('FORM_FIELD_CUSTOMER_EMAIL', 'Your E-Mail Address:'); 23 define('FORM_FIELD_FRIEND_NAME', 'Your Friends Name:'); 24 define('FORM_FIELD_FRIEND_EMAIL', 'Your Friends E-Mail Address:'); 25 26 define('TEXT_EMAIL_SUCCESSFUL_SENT', 'Your email about <b>%s</b> has been successfully sent to <b>%s</b>.'); 27 28 define('TEXT_EMAIL_SUBJECT', 'Your friend %s has recommended this great product from %s'); 29 define('TEXT_EMAIL_INTRO', 'Hi %s!' . "\n\n" . 'Your friend, %s, thought that you would be interested in %s from %s.'); 30 define('TEXT_EMAIL_LINK', 'To view the product click on the link below or copy and paste the link into your web browser:' . "\n\n" . '%s'); 31 define('TEXT_EMAIL_SIGNATURE', 'Regards,' . "\n\n" . '%s'); 32 33 define('ERROR_TO_NAME', 'Error: Your friends name must not be empty.'); 34 define('ERROR_TO_ADDRESS', 'Error: Your friends e-mail address must be a valid e-mail address.'); 35 define('ERROR_FROM_NAME', 'Error: Your name must not be empty.'); 36 define('ERROR_FROM_ADDRESS', 'Error: Your e-mail address must be a valid e-mail address.'); 37 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Mon Nov 26 19:48:25 2007 | par Balluche grâce à PHPXref 0.7 |
![]() |