diff --git a/functions.php b/functions.php index ed9c4f0..b4c481d 100755 --- a/functions.php +++ b/functions.php @@ -224,8 +224,8 @@ function themeConfig($form) $JFooter_Right = new Typecho_Widget_Helper_Form_Element_Textarea( 'JFooter_Right', NULL, - 'RSS - MAP', + 'RSS + MAP', '自定义底部栏右侧内容(非必填)', '介绍:用于修改全站底部右侧内容(wap端下方)
例如:<a href="/">首页</a> <a href="/">关于</a>' @@ -1012,4 +1012,4 @@ function themeConfig($form) ); $JPrismTheme->setAttribute('class', 'joe_content joe_post'); $form->addInput($JPrismTheme->multiMode()); -} ?> \ No newline at end of file +} ?>