Added headLink, headMeta, and headScript to layout for added flexibility
authorRyan Mauger <ryan@rmauger.co.uk>
Sat, 19 Nov 2011 16:39:14 +0000 (16:39 +0000)
committerRyan Mauger <ryan@rmauger.co.uk>
Sat, 19 Nov 2011 16:39:14 +0000 (16:39 +0000)
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>