This commit is contained in:
tianshujie98
2021-04-09 10:30:21 +08:00
parent bee071938e
commit 506eaa5fdd
3 changed files with 15 additions and 2 deletions
-1
View File
@@ -10,7 +10,6 @@
* @link http://www.zentao.net
*/
?>
<?php $pageCSS .= $this->doc->appendNavCSS();?>
<?php include '../../common/view/header.html.php';?>
<?php if($doc->contentType == 'html') include '../../common/view/kindeditor.html.php';?>
<?php if($doc->contentType == 'markdown') include '../../common/view/markdown.html.php';?>