[ Index ]
 

Code source de Symfony 1.0.0

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

title

Body

[fermer]

/data/modules/default/templates/ -> defaultLayout.php (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" xml:lang="en" lang="en">
   3  <head>
   4  
   5  <?php include_http_metas() ?>
   6  <?php include_metas() ?>
   7  <?php include_title() ?>
   8  
   9  <?php use_stylesheet('/sf/sf_default/css/screen.css', 'last') ?>
  10  
  11  <link rel="shortcut icon" href="/favicon.ico" />
  12  
  13  <!--[if lt IE 7.]>
  14  <?php echo stylesheet_tag('/sf/sf_default/css/ie.css') ?>
  15  <![endif]-->
  16  
  17  </head>
  18  <body>
  19  <div class="sfTContainer">
  20    <?php echo link_to(image_tag('/sf/sf_default/images/sfTLogo.png', array('alt' => 'symfony PHP Framework', 'class' => 'sfTLogo', 'size' => '186x39')), 'http://www.symfony-project.com/') ?>
  21    <?php echo $sf_data->getRaw('sf_content') ?>
  22  </div>
  23  </body>
  24  </html>


Généré le : Fri Mar 16 22:42:14 2007 par Balluche grâce à PHPXref 0.7