diff --git a/assets/style.css b/assets/style.css index e539222..318b7a7 100644 --- a/assets/style.css +++ b/assets/style.css @@ -67,4 +67,8 @@ code, pre { .flex-footer { display: block; +} + +.friend { + height: 80px; } \ No newline at end of file diff --git a/friends.php b/friends.php new file mode 100644 index 0000000..64fd1af --- /dev/null +++ b/friends.php @@ -0,0 +1,35 @@ +need('header.php'); + +if ($this->options->friendAvatar == 'icon') $avatarUrl = 'https://www.google.cn/s2/favicons?domain={url}'; +else $avatarUrl = '{image}'; +?> + +