mirror of
https://dl.bcrjl.com/ghg/HaoOuBa/Joe.git
synced 2026-02-17 13:10:05 +08:00
更新
This commit is contained in:
@@ -58,4 +58,20 @@ function themeConfig($form)
|
||||
);
|
||||
$JLogo->setAttribute('class', 'joe_content joe_image');
|
||||
$form->addInput($JLogo);
|
||||
|
||||
$JNavMaxNum = new Typecho_Widget_Helper_Form_Element_Select(
|
||||
'JNavMaxNum',
|
||||
array(
|
||||
'3' => '3个(默认)',
|
||||
'4' => '4个',
|
||||
'5' => '5个',
|
||||
'6' => '6个',
|
||||
'7' => '7个',
|
||||
),
|
||||
'3',
|
||||
'选择导航栏最大显示的个数',
|
||||
'介绍:用于设置最大多少个后,以更多下拉框显示'
|
||||
);
|
||||
$JNavMaxNum->setAttribute('class', 'joe_content joe_global');
|
||||
$form->addInput($JNavMaxNum->multiMode());
|
||||
} ?>
|
||||
Reference in New Issue
Block a user