Vous êtes connecté en tant que anonymous Se Deconnecter
application/layout/standard.phtml
464c2ad8
 <?php
 define('LAYOUT_TEMPLATE',dirname(__FILE__).DIRECTORY_SEPARATOR.'include'.DIRECTORY_SEPARATOR.'standart');
137b5e76
 
 
464c2ad8
  echo LAYOUT_TEMPLATE.DIRECTORY_SEPARATOR."head.pthml"
137b5e76
 
 
 <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>
464c2ad8
    echo LAYOUT_TEMPLATE.DIRECTORY_SEPARATOR."header.pthml"
137b5e76
   </header>
aed8ee26
 
464c2ad8
 
    echo LAYOUT_TEMPLATE.DIRECTORY_SEPARATOR."body.pthml" 
137b5e76
 
aed8ee26
   <footer>
464c2ad8
 		echo LAYOUT_TEMPLATE.DIRECTORY_SEPARATOR."header.pthml"
137b5e76
   </footer>
 
 
   <!-- JavaScript at the bottom for fast page loading -->
464c2ad8
 	echo LAYOUT_TEMPLATE.DIRECTORY_SEPARATOR."bottom-javascript.pthml"
   
137b5e76
 </body>
aed8ee26
 </html>