This commit is contained in:
杜恒
2021-02-22 09:16:54 +08:00
parent a8a2f3e2ff
commit be500fbfa7
3 changed files with 5 additions and 2 deletions

View File

@@ -248,7 +248,8 @@ function themeConfig($form)
NULL,
NULL,
'网页被隐藏时显示的标题',
'介绍在PC端切换网页标签时网站标题显示的内容。如果不填写则默认不开启'
'介绍在PC端切换网页标签时网站标题显示的内容。如果不填写则默认不开启 <br />
注意:严禁加单引号或双引号!!!否则会导致网站出错!!'
);
$JDocumentTitle->setAttribute('class', 'joe_content joe_global');
$form->addInput($JDocumentTitle);