* Fix product menu.

This commit is contained in:
Yagami
2020-09-21 16:45:06 +08:00
parent 566d03a358
commit 3cb892fc4e
7 changed files with 30 additions and 44 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->model}");?>
<?php echo $this->fetch('block', 'dashboard', "module=program&type={$project->model}");?>
<?php include '../../common/view/footer.html.php';?>