diff --git a/app/index/view/public/header.html b/app/index/view/public/header.html
index 18477c7e..98074eac 100644
--- a/app/index/view/public/header.html
+++ b/app/index/view/public/header.html
@@ -24,29 +24,26 @@
{/volist}
- {volist name="header_categorys" id="vo"}
- {if condition="$key == 0"}
-
- {else/}
-
- {/if}
- {volist name="vo.children" id="vc"}
-
- -
- {$vc.name}
-
- {volist name="vc.children" id="vcc"}
- -
- {$vcc.name}
-
- {/volist}
-
- {/volist}
-
+ {volist name="header_categorys" id="vo" key="idx"}
+
+ {volist name="vo.children" id="vc"}
+
+ -
+ {$vc.name}
+
+ {volist name="vc.children" id="vcc"}
+ -
+ {$vcc.name}
+
+ {/volist}
+
{/volist}
+
+ {/volist}
- {/if}
- {volist name="header_navigation" id="vo"}
+
+ {/if}
+ {volist name="header_navigation" id="vo"}
{$vo.name}
{if condition="!empty($vo.children)"}