thd/apps/frontend/templates/.svn/text-base/layout.php.svn-base
changeset 104 8e4fe6f3337d
parent 103 d2af8a210f5d
child 105 c8f710cd1fb1
equal deleted inserted replaced
103:d2af8a210f5d 104:8e4fe6f3337d
     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     <?php include_http_metas() ?>
       
     5     <?php include_metas() ?>
       
     6     <?php include_title() ?>    
       
     7     <link rel="shortcut icon" href="/favicon.ico" />
       
     8   </head>
       
     9   <body>
       
    10   	<div id="global-wrapper">
       
    11   		<!--HEADER-->
       
    12         <div id="header">
       
    13 		<?php include_partial('partials/header')?>
       
    14 		</div>
       
    15    		<!--HEADER END-->
       
    16    		<!--BODY-->
       
    17     	<?php echo $sf_content ?>
       
    18     	<!--BODY END-->
       
    19     	<!--FOOTER-->
       
    20     	<div id="footer">
       
    21     	<?php include_partial('partials/footer')?>
       
    22     	</div>
       
    23     	<!--FOOTER END-->
       
    24    	</div>
       
    25   </body>
       
    26 </html>