dever 7 years ago
parent
commit
6e967c79f3
1 changed files with 2 additions and 2 deletions
  1. 2 2
      tm/lib/Controller/Admin/Category/Index.class.php

+ 2 - 2
tm/lib/Controller/Admin/Category/Index.class.php

@@ -56,7 +56,7 @@ class Index extends Controller {
 		$ids = $this->objDCategory->findIdsBy ( $condition, $limit, $order );
 		$CategoryData = $this->objDCategory->gets ( $ids );
 		
-		$this->tpl = 'admin/Category/list';
+		$this->tpl = 'admin/category/list';
 		$title = '分类列表';
 		$this->setOutput('title', $title);
 		$this->setOutput('menu_active', array('name' => 'categorylist', 'item' => 'list')); //激活菜单
@@ -78,7 +78,7 @@ class Index extends Controller {
 		
 		$CategoryData = $this->objDCategory->get ( $id );
 		
-		$this->tpl = 'admin/Category/edit';
+		$this->tpl = 'admin/category/edit';
 		$title = '编辑分类信息';
 		$this->setOutput('title', $title);
 		$this->setOutput('menu_active', array('name' => 'categorylist', 'item' => 'list')); //激活菜单