application/modules/default/views/layout/default.phtml: To lazy to update year by hand :)
This commit is contained in:
parent
a7033375cb
commit
de151db334
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@
|
|||
|
||||
<div id="footer">
|
||||
<span class="float-left">
|
||||
<a href="<?=$this->baseUrl() ?>/"><?=$this->app['name'] ?></a> v<?=$this->app['version'] ?> © 2010-2014
|
||||
<a href="<?=$this->baseUrl() ?>/"><?=$this->app['name'] ?></a> v<?=$this->app['version'] ?> © 2010 - <?= date('Y') ?>
|
||||
</span>
|
||||
|
||||
<span class="float-right">
|
||||
|
|
|
|||
Reference in a new issue