Added headLink, headMeta, and headScript to layout for added flexibility
[zf2.biz/galerie.git] / modules / Application / views / layouts / layout.phtml
index 3527273..5a1e9ea 100644 (file)
@@ -4,6 +4,9 @@
 <head>
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <?php echo $this->headTitle() ?>
+    <?php echo $this->headMeta() ?>
+    <?php echo $this->headLink() ?>
+    <?php echo $this->headScript() ?>
 
 </head>
 <body>