修正大小写错误

issue #37 提到了这个问题
This commit is contained in:
安坚实 2013-10-27 13:43:38 +08:00
parent fb779b8b3d
commit 37eb0d34b6

View File

@ -1,7 +1,7 @@
<?php
function themeConfig($form) {
$logoUrl = new Typecho_Widget_Helper_Form_Element_text('logoUrl', NULL, NULL, _t('站点LOGO地址'), _t('在这里填入一个图片URL地址, 以在网站标题前加上一个LOGO'));
$logoUrl = new Typecho_Widget_Helper_Form_Element_Text('logoUrl', NULL, NULL, _t('站点LOGO地址'), _t('在这里填入一个图片URL地址, 以在网站标题前加上一个LOGO'));
$form->addInput($logoUrl);
$sidebarBlock = new Typecho_Widget_Helper_Form_Element_Checkbox('sidebarBlock',