[ Index ] |
|
Code source de Seagull 0.6.1 |
1 <?php 2 // translations 3 $title = SGL_Output::translate('New Registration at'); 4 $message = SGL_Output::translate('The following user has just registered'); 5 $username = SGL_Output::translate('username'); 6 $click = SGL_Output::translate('Click'); 7 $here = SGL_Output::translate('here'); 8 $toEnable = SGL_Output::translate('to enable the new user\'s account'); 9 10 $body = <<< EOF 11 <table class="wide"> 12 <tr> 13 <td><h3>$title {$this->options['siteName']}</h3></td> 14 </tr> 15 <tr> 16 <td><br /><br />$message:</td> 17 </tr> 18 <tr> 19 <td></td> 20 </tr> 21 <tr> 22 <td>$username: <strong>{$this->options['username']}</strong></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['activationUrl']}">$here</a> $toEnable.</td> 32 </tr> 33 </table> 34 EOF; 35 36 ?>
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 |