b987d82d by Marty Penner

Ensure copyright date is always current. refs #1357

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