Ensure copyright date is always current. refs #1357
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -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() { | ... | ... |
-
Please register or sign in to post a comment