Update to use new view convenience API
[zf2.biz/galerie.git] / modules / Application / views / layouts / layout.phtml
index 6e80807..3527273 100644 (file)
@@ -1,12 +1,12 @@
-<?php echo $this->plugin('doctype') ?>
+<?php echo $this->doctype() ?>
 
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-    <?php echo $this->plugin('headTitle') ?>
+    <?php echo $this->headTitle() ?>
 
 </head>
 <body>
-<?php echo $this->vars()->getRawValue('content'); ?>
+<?php echo $this->raw('content'); ?>
 </body>
 </html>