464c2ad8 |
<?php
|
ff461209 |
define('LAYOUT_TEMPLATE',dirname(__FILE__).DIRECTORY_SEPARATOR.'include'.DIRECTORY_SEPARATOR.'standard');
|
137b5e76 |
|
ff461209 |
require LAYOUT_TEMPLATE.DIRECTORY_SEPARATOR."head.phtml";
?>
|
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 |
|
ff461209 |
<?php include LAYOUT_TEMPLATE.DIRECTORY_SEPARATOR."header.phtml"; ?>
|
aed8ee26 |
|
ff461209 |
<div class="contents">
<?php include LAYOUT_TEMPLATE.DIRECTORY_SEPARATOR."body.phtml"; ?>
</div>
|
464c2ad8 |
|
ff461209 |
<?php include LAYOUT_TEMPLATE.DIRECTORY_SEPARATOR."footer.phtml"; ?>
|
137b5e76 |
<!-- JavaScript at the bottom for fast page loading -->
|
ff461209 |
<?php include LAYOUT_TEMPLATE.DIRECTORY_SEPARATOR."bottom-javascript.phtml"; ?>
|
464c2ad8 |
|
137b5e76 |
</body>
|
aed8ee26 |
</html>
|