* Fix code error.

This commit is contained in:
Yagami
2020-09-21 16:04:00 +08:00
parent 9a5fccfa8a
commit 55b0a94586
7 changed files with 58 additions and 59 deletions
+1 -1
View File
@@ -10,5 +10,5 @@
*/
?>
<?php include '../../common/view/header.html.php';?>
<?php echo $this->fetch('block', 'dashboard', "module=program&type={$program->template}");?>
<?php echo $this->fetch('block', 'dashboard', "module=program&type={$program->model}");?>
<?php include '../../common/view/footer.html.php';?>