Fixed copyright year in footer.
authorEric <cossish@gmail.com>
Wed, 27 Jun 2012 15:55:31 +0000 (17:55 +0200)
committerEric <cossish@gmail.com>
Wed, 27 Jun 2012 15:55:31 +0000 (17:55 +0200)
module/Application/view/layout/layout.phtml

index 31e99f1..86c6f24 100644 (file)
@@ -1,4 +1,4 @@
-<?php 
+<?php
 $this->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();
 
     <!-- Le styles -->
     <?php echo $this->headLink() ?>
-    
+
     <!-- Scripts -->
     <?php echo $this->headScript() ?>
 
@@ -63,7 +63,7 @@ echo $this->doctype();
       <hr>
 
       <footer>
-        <p>&copy; 2006 - 2012 by Zend Technologies Ltd. All rights reserved.</p>
+        <p>&copy; 2005 - 2012 by Zend Technologies Ltd. All rights reserved.</p>
       </footer>
 
     </div> <!-- /container -->