mirror of
https://dl.bcrjl.com/ghg/HaoOuBa/Joe.git
synced 2026-02-17 13:10:05 +08:00
更新
This commit is contained in:
@@ -87,4 +87,16 @@ function themeConfig($form)
|
||||
);
|
||||
$JAside->setAttribute('class', 'joe_content joe_aside');
|
||||
$form->addInput($JAside->multiMode());
|
||||
|
||||
$JAside_Author_Image = new Typecho_Widget_Helper_Form_Element_Textarea(
|
||||
'JAside_Author_Image',
|
||||
NULL,
|
||||
NULL,
|
||||
'作者栏 —— 背景(非必填)',
|
||||
'介绍:用于修改作者栏的背景图片 <br/>
|
||||
格式:图片地址 <br />
|
||||
注意:不填写时,则显示默认背景'
|
||||
);
|
||||
$JAside_Author_Image->setAttribute('class', 'joe_content joe_aside');
|
||||
$form->addInput($JAside_Author_Image);
|
||||
} ?>
|
||||
Reference in New Issue
Block a user