[Xfce4-commits] <wiki:master> tpl/xfce: use date('Y') in copyright footer
Mike Massonnet
noreply at xfce.org
Sat May 14 19:38:01 CEST 2011
Updating branch refs/heads/master
to 9a2305ba2e114450e2c96ad52ed4e4867628df76 (commit)
from a78d0e7586fbdaf0292e5eed37f3b9d54c425173 (commit)
commit 9a2305ba2e114450e2c96ad52ed4e4867628df76
Author: Mike Massonnet <mmassonnet at xfce.org>
Date: Sat May 14 19:39:10 2011 +0200
tpl/xfce: use date('Y') in copyright footer
lib/tpl/xfce/main.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lib/tpl/xfce/main.php b/lib/tpl/xfce/main.php
index 0ac01ec..48ed237 100644
--- a/lib/tpl/xfce/main.php
+++ b/lib/tpl/xfce/main.php
@@ -130,7 +130,7 @@ function __tpl_flush(){
<?php tpl_license(false);?>
<div class="credit">
- © Xfce 2006-2010
+ © Xfce 2006-<?php echo date('Y'); ?>
</div>
</div>
More information about the Xfce4-commits
mailing list