Update to use new view convenience API
[zf2.biz/galerie.git] / modules / Application / views / layouts / layout.phtml
1 <?php echo $this->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->headTitle() ?>
7
8 </head>
9 <body>
10 <?php echo $this->raw('content'); ?>
11 </body>
12 </html>