PHPonTrax
[ class tree: PHPonTrax ] [ index: PHPonTrax ] [ all elements ]

Source for file application.phtml

Documentation is available at application.phtml

  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>

Documentation generated on Mon, 21 May 2007 22:28:07 -0600 by phpDocumentor 1.3.2