[ Index ] |
|
Code source de Seagull 0.6.1 |
1 <?php 2 $body = <<< EOF 3 <table class="wide"> 4 <tr> 5 <td><h3>Bug Report from {$this->options['siteName']}</h3></td> 6 </tr> 7 <tr> 8 <td><strong>{$this->options['fromRealName']}</strong> has submitted the following bug report from {$this->options['siteName']}:</td> 9 </tr> 10 <tr> 11 <td> </td> 12 </tr> 13 <tr> 14 <td><strong>Name</strong>: {$this->options['fromRealName']}</td> 15 </tr> 16 <tr> 17 <td><strong>Email</strong>: {$this->options['fromEmail']}</td> 18 </tr> 19 <tr> 20 <td><strong>Report</strong>: <pre>{$this->options['body']}</pre></td> 21 </tr> 22 </table> 23 EOF; 24 ?>
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 |