[ Index ]
 

Code source de CakePHP 1.1.13.4450

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/cake/scripts/templates/skel/views/layouts/ -> default.thtml (source)

   1  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
   2  <html xmlns="http://www.w3.org/1999/xhtml">
   3  <head>
   4  <title>CakePHP(tm) : <?php echo $title_for_layout;?></title>
   5  <link rel="icon" href="<?php echo $this->webroot . 'favicon.ico';?>" type="image/x-icon" />
   6  <link rel="shortcut icon" href="<?php echo $this->webroot . 'favicon.ico';?>" type="image/x-icon" />
   7  <?php echo $html->css('cake.generic');?>
   8  </head>
   9  <body>
  10      <div id="container">
  11          <div id="header">
  12              <h1>CakePHP Rapid Development</h1>
  13          </div>
  14          <div id="content">
  15              <?php if ($session->check('Message.flash'))
  16                      {
  17                          $session->flash();
  18                      }
  19                      echo $content_for_layout;
  20              ?>
  21          </div>
  22          <div id="footer">
  23              &nbsp;
  24              <a href="http://www.cakephp.org/" target="_new">
  25                  <?php echo $html->image('cake.power.png', array('alt'=>"CakePHP(tm) : Rapid Development Framework", 'border'=>"0"));?>
  26              </a>
  27          </div>
  28      </div>
  29  </body>
  30  </html>


Généré le : Sun Feb 25 19:27:47 2007 par Balluche grâce à PHPXref 0.7