public static function isAdmin() { return Current_User::isLogged() && Current_User::IsUnrestricted('events'); }