[ Index ] |
|
Code source de PHPonTrax 2.6.6-svn |
1 <html> 2 <head> 3 <title>PHP on Trax</title> 4 </head> 5 <body> 6 7 <?php if(Session::isset_flash('error')): ?> 8 <font color="red"><?php echo Session::flash('error') ?></font> 9 <?php elseif(Session::isset_flash('notice')): ?> 10 <font color="green"><?php echo Session::flash('notice') ?></font> 11 <?php endif; ?> 12 13 <?php echo $content_for_layout ?> 14 15 </body> 16 </html>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sun Feb 25 20:04:38 2007 | par Balluche grâce à PHPXref 0.7 |