예제 #1
0
파일: gravatar.php 프로젝트: Zhi2014/cogs
 /**
  *
  * @param string $default
  */
 public static function setDefaultImage($default)
 {
     self::$default = urlencode($default);
 }