[ Index ] |
|
Code source de e107 0.7.8 |
1 <?php 2 /* 3 + ----------------------------------------------------------------------------+ 4 | e107 website system 5 | 6 | ©Steve Dunstan 2001-2002 7 | http://e107.org 8 | jalist@e107.org 9 | 10 | Released under the terms and conditions of the 11 | GNU General Public License (http://gnu.org). 12 | 13 | $Source: /cvsroot/e107/e107_0.7/e107_themes/templates/email_template.php,v $ 14 | $Revision: 1.9 $ 15 | $Date: 2006/07/12 08:15:58 $ 16 | $Author: e107coders $ 17 +----------------------------------------------------------------------------+ 18 */ 19 if (!defined('e107_INIT')) { exit; } 20 21 global $pref; 22 $SIGNUPEMAIL_SUBJECT = LAN_404." {SITENAME}"; 23 $SIGNUPEMAIL_USETHEME = 1; // Use CSS STYLE from THEME: 0 = Off, 1 = external, 2 = embedded 24 $SIGNUPEMAIL_LINKSTYLE = ""; // css to use on links eg. color:red; 25 $SIGNUPEMAIL_IMAGES = e_IMAGE.$pref['sitebutton']; // comma separated paths to image to embed. referenced below with {IMAGE1} (IMAGE2} etc. 26 $SIGNUPEMAIL_CC = ""; // comma separated email addresses to put in CC of the signup email. 27 $SIGNUPEMAIL_BCC = ""; // comma separated email addresses to put in BCC of the signup email. 28 $SIGNUPEMAIL_ATTACHMENTS = ""; // files-path array of attachments. eg. array(e_FILE."myfile.zip",e_FILE."myotherfile.zip"); 29 $SIGNUPEMAIL_BACKGROUNDIMAGE = "";// relative path to a background image eg. e_IMAGE."mybackground.jpg"; 30 31 32 $EMAIL_HEADER = " 33 <!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.1//EN\" \"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd\"> 34 <html xmlns='http://www.w3.org/1999/xhtml' > 35 <head><meta http-equiv='content-type' content='text/html; charset=".CHARSET."' /> 36 {STYLESHEET} 37 </head> 38 <body> 39 <div style='padding:10px'> 40 "; 41 42 43 $EMAIL_FOOTER = " 44 <br /><br /> 45 {SITENAME=link} 46 </div> 47 </body> 48 </html>"; 49 50 51 52 $SIGNUPEMAIL_TEMPLATE = " 53 <div style='padding:10px'> 54 <div style='text-align:left; width:90%'> 55 ".LAN_EMAIL_01." {USERNAME},<br /> 56 <br />". 57 LAN_403." {SITENAME}<br /> 58 ".LAN_SIGNUP_21." ...<br /> 59 <br /> 60 {ACTIVATION_LINK}<br /> 61 <br /> 62 ".LAN_SIGNUP_18."...<br /> 63 <br /> 64 ".LAN_LOGINNAME.": <b> {LOGINNAME} </b><br /> 65 ".LAN_PASSWORD.": <b> {PASSWORD} </b><br /> 66 <br /> 67 ".LAN_EMAIL_04."<br /> 68 ".LAN_EMAIL_05."<br /> 69 <br /> 70 ".LAN_EMAIL_06."<br /> 71 <br /> 72 {SITENAME}<br /> 73 {SITEURL} 74 <br /><br /> 75 {IMAGE1} 76 </div> 77 </div> 78 "; 79 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sun Apr 1 01:23:32 2007 | par Balluche grâce à PHPXref 0.7 |