Vous êtes connecté en tant que anonymous Se Deconnecter
application/layout/standard.phtml
137b5e76
 <!doctype html>
 
aed8ee26
 <html lang="fr">
137b5e76
 
 <head>
   <meta charset="utf-8">
 
   <title><?php echo $name ?></title>
   <meta name="description" content= <?php echo '"'.$description.'"' ?> >
 
   <!-- Mobile viewport optimized: h5bp.com/viewport -->
   <meta name="viewport" content="width=device-width">
 
   <!-- Place favicon.ico and apple-touch-icon.png in the root directory: mathiasbynens.be/notes/touch-icons -->
 
   <link rel="stylesheet" href="css/style.css">
 
 </head>
 <body>
aed8ee26
 
137b5e76
   <!-- Prompt IE 6 users to install Chrome Frame. Remove this if you support IE 6.
        chromium.org/developers/how-tos/chrome-frame-getting-started -->
   <!--[if lt IE 7]><p class=chromeframe>Your browser is <em>ancient!</em> <a href="http://browsehappy.com/">Upgrade to a different browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">install Google Chrome Frame</a> to experience this site.</p><![endif]-->
aed8ee26
   
 
137b5e76
   <header>
aed8ee26
 		<h4>Head PROJECT</h4>
137b5e76
   </header>
aed8ee26
 
137b5e76
   <div role="main">
 		<?php echo $this->block_body ?>
   </div>
 
aed8ee26
   <footer>
 		<h4>Tail PROJECT</h4>
137b5e76
   </footer>
 
 
   <!-- JavaScript at the bottom for fast page loading -->
 
   <!-- Grab Google CDN's jQuery, with a protocol relative URL; fall back to local if offline -->
   <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
   <script>window.jQuery || document.write('<script src="js/libs/jquery-1.7.1.min.js"><\/script>')</script>
 
   <!-- end scripts -->
 
   <!-- Asynchronous Google Analytics snippet. Change UA-XXXXX-X to be your site's ID.
        mathiasbynens.be/notes/async-analytics-snippet -->
   <script>
     var _gaq=[['_setAccount','UA-XXXXX-X'],['_trackPageview']];
     (function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
     g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
     s.parentNode.insertBefore(g,s)}(document,'script'));
   </script>
 </body>
aed8ee26
 </html>