SAND-framework/application/layout/standard.phtml
Emmanuel ROY 77d7dfde23 Big Nighty Update de nouvelles fonctionnalités avec le README
Signed-off-by: Emmanuel ROY <ornithorynxe@live.fr>
2018-12-09 04:44:37 +01:00

31 lines
987 B
PHTML

<?php
define('LAYOUT_TEMPLATE',dirname(__FILE__).DIRECTORY_SEPARATOR.'include'.DIRECTORY_SEPARATOR.'standart');
echo LAYOUT_TEMPLATE.DIRECTORY_SEPARATOR."head.pthml"
<body>
<!-- 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]-->
<header>
echo LAYOUT_TEMPLATE.DIRECTORY_SEPARATOR."header.pthml"
</header>
echo LAYOUT_TEMPLATE.DIRECTORY_SEPARATOR."body.pthml"
<footer>
echo LAYOUT_TEMPLATE.DIRECTORY_SEPARATOR."header.pthml"
</footer>
<!-- JavaScript at the bottom for fast page loading -->
echo LAYOUT_TEMPLATE.DIRECTORY_SEPARATOR."bottom-javascript.pthml"
</body>
</html>