@@ -21,7 +18,7 @@ else $avatarUrl = '{image}'; Links_Plugin::output($pattern='
- {name} + {name}
{name}
{description} diff --git a/functions.php b/functions.php index 8729b67..32a7374 100644 --- a/functions.php +++ b/functions.php @@ -33,13 +33,6 @@ function themeConfig($form) { ), 'disable', _t('是否显示旧文提示'), _t('启用则会在一年前发布的文章页面显示“这是一篇旧文”')); $form->addInput($oldPosts); - - $friendAvatar = new Typecho_Widget_Helper_Form_Element_Radio('friendAvatar', - array('icon' => _t('网站 icon'), - 'img' => _t('自定义图片'), - ), - 'icon', _t('友链页面的头像来源'), _t('前者自动使用对方网站 icon 作为头像,后者需要在 links 插件中自行设置图片作为头像')); - $form->addInput($friendAvatar); } function themeFields($layout) {