nyroFwk  0.2
layout.front.html.php
Go to the documentation of this file.
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $response->getMeta('language'); ?>" lang="<?php echo $response->getMeta('language'); ?>">
3 <head>
4  <?php echo $response->getHtmlElt(); ?>
5 </head>
6 <body>
7  <?php echo $content; ?>
8 <?php echo $response->getHtmlElt('js'); ?>
9 </body>
10 </html>
Generated on Sun Oct 15 2017 22:25:20 for nyroFwk by doxygen 1.8.13