From 07df61efbbfdc1195df1a1b64dfba9e15f7f3a5f Mon Sep 17 00:00:00 2001 From: Eric Date: Wed, 27 Jun 2012 17:55:31 +0200 Subject: [PATCH] Fixed copyright year in footer. --- module/Application/view/layout/layout.phtml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/module/Application/view/layout/layout.phtml b/module/Application/view/layout/layout.phtml index 31e99f1..86c6f24 100644 --- a/module/Application/view/layout/layout.phtml +++ b/module/Application/view/layout/layout.phtml @@ -1,4 +1,4 @@ -headTitle()->setSeparator(' - ') ->setAutoEscape(false); @@ -14,7 +14,7 @@ $this->headLink(array( )); // HTML5 shim, for IE6-8 support of HTML elements -$this->headScript()->appendFile($basePath . '/js/html5.js', 'text/javascript', +$this->headScript()->appendFile($basePath . '/js/html5.js', 'text/javascript', array('conditional' => 'lt IE 9',)); echo $this->doctype(); @@ -29,7 +29,7 @@ echo $this->doctype(); headLink() ?> - + headScript() ?> @@ -63,7 +63,7 @@ echo $this->doctype();
-- 1.7.10.4