diff --git a/view/admin/category/index.html b/view/admin/category/index.html
index 2f21aac..718a7d4 100644
--- a/view/admin/category/index.html
+++ b/view/admin/category/index.html
@@ -2,101 +2,103 @@
-
-
-
- 分类管理
- {include file="common/_require"}
+
+
+
+ 分类管理
+ {include file="common/_require"}
-
+
-
- {include file="common/_header"}
+
+ {include file="common/_header"}
- {include file="common/left_post"}
+ {include file="common/left_post"}
-
+
-
-
-
-
-
-
-
-
-
- | ID |
- 名称 |
- 介绍 |
- 模板 |
- 排序 |
- 操作 |
-
-
-
-
- {volist name="list" id="vo"}
-
- | {$vo.id} |
- {:str_repeat('|--',$vo.level)} {$vo.title} |
- {$vo.desc} |
- {$vo.tpl_name} |
- {$vo.sort} |
-
- |
+
+
-
- {/volist}
+
+
+ | ID |
+ 名称 |
+ 介绍 |
+ 模板 |
+ 排序 |
+ 操作 |
+
+
+
-
-
+ {volist name="list" id="vo"}
+
+ | {$vo.id} |
+ {:str_repeat('|--',$vo.level)} {$vo.title} |
+ {$vo.desc} |
+ {$vo.tpl_name} |
+ {$vo.sort} |
+
+
+ |
-
+
+ {/volist}
+
+
+
+
+
+
+
-
+
+
+ {include file="common/_footer"}
-
- {include file="common/_footer"}
-
-
-
+
\ No newline at end of file
diff --git a/view/admin/common/left_post.html b/view/admin/common/left_post.html
index e3f5638..cced74e 100644
--- a/view/admin/common/left_post.html
+++ b/view/admin/common/left_post.html
@@ -1,19 +1,44 @@
-
-
\ No newline at end of file
+{/if}
+{if $Request.param.type == 'category-start' || $Request.param.type == 'category-end' }
+
+
+{/if}
\ No newline at end of file