Go to the documentation of this file.00001 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
00002 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $response->getMeta('language'); ?>" lang="<?php echo $response->getMeta('language'); ?>">
00003 <head>
00004 <?php echo $response->getHtmlElt(); ?>
00005 </head>
00006 <body>
00007
00008 <?php echo $this->render(array(
00009 'module'=>'elements',
00010 'action'=>'menu'
00011 )) ?>
00012
00013 <div id="container">
00014 <div id="contentDiv">
00015 <?php echo $content; ?>
00016 </div>
00017 <div id="footer">
00018 Site développé par <a href="http://nyrodev.com/" target="_blank">NyroDev</a>
00019 </div>
00020 </div>
00021
00022 <?php echo $response->getHtmlElt('js'); ?>
00023 </body>
00024 </html>