public function gravatarurl($email, $width = 200) { return '//www.gravatar.com/avatar/' . md5($email) . '?s=' . intval($width); }