|
@@ -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'));
|