Remove date('Y') call in layout
authorEvan Coury <me@evancoury.com>
Wed, 29 Feb 2012 14:36:47 +0000 (07:36 -0700)
committerEvan Coury <me@evancoury.com>
Wed, 29 Feb 2012 14:36:47 +0000 (07:36 -0700)
commit9944713b402330533fa56f31cc8391c84a90c4c8
treeacc7ab912f39f4c32554dc91191423cb05428d4d
parent0974fe00ef73e1e69119f8a69211469f1f923ab6
Remove date('Y') call in layout

Replaced with static year. For some reason the date() function in PHP is
shockingly slow (3+ms on an i5) which is like 8% of the runtime in an optimized
benchmark.
module/Application/view/layout/layout.phtml