diff --git a/friends.php b/friends.php index 6e11475..b833667 100644 --- a/friends.php +++ b/friends.php @@ -6,9 +6,6 @@ */ if (!defined('__TYPECHO_ROOT_DIR__')) exit; $this->need('header.php'); - -if ($this->options->friendAvatar == 'icon') $avatarUrl = 'https://www.google.cn/s2/favicons?domain={url}'; -else $avatarUrl = '{image}'; ?>