Michael RICOIS 6cf4ff0884 Revert fixed position for bug refresh menu, but remove some style not needed
Le rendu devra être vérifié dans les PDFs
2013-01-17 14:27:04 +00:00

22 lines
512 B
PHTML

<?php echo $this->doctype()?>
<html>
<head>
<?php echo $this->headMeta()?>
<?php echo $this->headTitle()?>
<?php echo $this->headStyle()?>
<?php echo $this->headLink()?>
<?php echo $this->headScript()?>
</head>
<body>
<div id="global">
<?php echo $this->render('header.phtml')?>
<div id="content">
<?php echo $this->layout()->content?>
<div id="footer">
<?php echo $this->render('footer.phtml')?>
</div>
</div>
</div>
<?php echo $this->inlineScript()?>
</body>
</html>