Subversion-Projekte lars-tiefland.php_share

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
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 echo include_http_metas() ?>
6
<?php echo include_metas() ?>
7
 
8
<?php echo include_title() ?>
9
 
10
<link rel="shortcut icon" href="/favicon.ico" />
11
 
12
 
13
    <?php include_stylesheets() ?>
14
    <?php include_javascripts() ?>
15
</head>
16
<body>
17
 
18
<?php echo $sf_content ?>
19
 
20
</body>
21
</html>