[ Index ] |
|
Code source de Seagull 0.6.1 |
1 <?php 2 // translations 3 $thanks = SGL_Output::translate('Thanks for registering with'); 4 $dear = SGL_Output::translate('Dear'); 5 $message = SGL_Output::translate('You are being sent this email because your new account status is now'); 6 $newStatus = ($this->options['isEnabled']) ? SGL_Output::translate('active') : SGL_Output::translate('disabled'); 7 $click = SGL_Output::translate('Click'); 8 $here = SGL_Output::translate('here'); 9 $toLogon = SGL_Output::translate('to logon to the'); 10 $siteNow = SGL_Output::translate('site now'); 11 12 $body = <<< EOF 13 <table class="wide"> 14 <tr> 15 <td><h3>$thanks {$this->options['siteName']}</h3></td> 16 </tr> 17 <tr> 18 <td>$dear {$this->options['toRealName']}, <br /><br /> 19 $message: <strong>$newStatus</strong></td> 20 </tr> 21 <tr> 22 <td></td> 23 </tr> 24 <tr> 25 <td></td> 26 </tr> 27 EOF; 28 29 $body .= <<< EOF 30 <tr> 31 <td>$click <a href="{$this->options['siteUrl']}">$here</a> $toLogon {$this->options['siteName']} $siteNow</td> 32 </tr> 33 </table> 34 EOF; 35 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Fri Mar 30 01:27:52 2007 | par Balluche grâce à PHPXref 0.7 |