| 1 |
lars |
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 |
<?php use_stylesheet('/sf/sf_default/css/screen.css', 'last') ?>
|
|
|
9 |
<?php include_stylesheets() ?>
|
|
|
10 |
<?php include_javascripts() ?>
|
|
|
11 |
|
|
|
12 |
<link rel="shortcut icon" href="/favicon.ico" />
|
|
|
13 |
|
|
|
14 |
<!--[if lt IE 7.]>
|
|
|
15 |
<?php echo stylesheet_tag('/sf/sf_default/css/ie.css') ?>
|
|
|
16 |
<![endif]-->
|
|
|
17 |
|
|
|
18 |
</head>
|
|
|
19 |
<body>
|
|
|
20 |
<div class="sfTContainer">
|
|
|
21 |
<?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.org/') ?>
|
|
|
22 |
<?php echo $sf_content ?>
|
|
|
23 |
</div>
|
|
|
24 |
</body>
|
|
|
25 |
</html>
|