[ Index ] |
PHP Cross Reference of osCMax 2.0.4 |
[Summary view] [Print] [Text view]
1 <?php 2 /* 3 $Id: wishlist_email.php,v 1 2003/11/20 4 5 osCMax Power E-Commerce 6 http://oscdox.com 7 8 Copyright 2006 osCMax2005 osCMax, 2002 osCommerce 9 10 Released under the GNU General Public License 11 */ 12 13 14 define('NAVBAR_TITLE', 'Send your Wishlist'); 15 define('HEADING_TITLE', 'Send your Wishlist to a friend'); 16 define('FORM_TITLE_CUSTOMER_DETAILS', 'Your Details'); 17 define('FORM_FIELD_CUSTOMER_NAME', 'Your Name:'); 18 define('FORM_FIELD_CUSTOMER_EMAIL', 'Your Email Address:'); 19 define('FORM_TITLE_FRIEND_DETAILS', 'Your Friend\'s Details'); 20 define('FORM_FIELD_FRIEND_NAME', 'Your Friend\'s Name:'); 21 define('FORM_FIELD_FRIEND_EMAIL', 'Your Friend\'s Email Address:'); 22 define('FORM_TITLE_FRIEND_MESSAGE', 'Add a Personal Message Here'); 23 define('FORM_FIELD_TEXT_AREA', 'Here\'s whats on My Wishlist:'. "\n\n"); 24 define('TEXT_EMAIL_SUCCESSFUL_SENT', 'Your email has been successfully sent to <b>%s</b>.'); 25 define('TEXT_EMAIL_SUBJECT', 'Your friend %s\'s Wishlist at %s'); 26 define('TEXT_EMAIL_INTRO', 'Hi %s,' . "\n\n" . '%s has created a Wishlist at%s %s and would like to share it with you.'); 27 define('TEXT_EMAIL_SIGNATURE', 'Thank You from,' . "\n" ); 28 ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Jan 1 13:43:16 2010 | Cross-referenced by PHPXref 0.7 |