Initial skeleton in place with ZF2 submodule pointed at current master
[zf2.biz/application_blanche.git] / modules / Application / views / layouts / layout.phtml
1 <?php echo $this->plugin('doctype') ?>
2
3 <html xmlns="http://www.w3.org/1999/xhtml">
4 <head>
5     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6     <?php echo $this->plugin('headTitle') ?>
7
8 </head>
9 <body>
10 <?php echo $this->vars()->getRawValue('content'); ?>
11 </body>
12 </html>