Remove date('Y') call in layout
[zf2.biz/galerie.git] / module / Application / view / layout / layout.phtml
index 1831fbb..622c108 100644 (file)
@@ -63,7 +63,7 @@ echo $this->doctype();
       <hr>
 
       <footer>
-        <p>&copy; 2006 - <?php echo date('Y') ?> by Zend Technologies Ltd. All rights reserved.</p>
+        <p>&copy; 2006 - 2012 by Zend Technologies Ltd. All rights reserved.</p>
       </footer>
 
     </div> <!-- /container -->