b987d82d by Marty Penner

Ensure copyright date is always current. refs #1357

1 parent 4241910a
...@@ -57,7 +57,7 @@ class Actions { ...@@ -57,7 +57,7 @@ class Actions {
57 } 57 }
58 58
59 public static function admin_footer_text() { 59 public static function admin_footer_text() {
60 echo '© 2010 Tenzing Communications Inc.'; 60 echo '© ' . date('Y') . ' Tenzing Communications Inc.';
61 } 61 }
62 62
63 public static function login_head() { 63 public static function login_head() {
......