네비게이션 스킨에서 _blank가 _black으로 되어있는 것 수정 , /li /ul 종료태그를 /ul /li로 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6321 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
cbrghost 2009-05-15 00:13:28 +00:00
parent 66142f53fc
commit 32aa901adb
3 changed files with 6 additions and 6 deletions

View file

@ -10,13 +10,13 @@
<!--@if($_pDepth > $val->depth)-->
<!--@for($i=$val->depth; $i<$_pDepth; $i++)-->
</li>
</ul>
</ul>
</li>
<!--@end-->
{@ $_pDepth = $val->depth}
<!--@end-->
<li class="menu_{$val->node_srl}<!--@if($val->selected)--> active<!--@end-->">
<a href="{$val->href}"<!--@if($val->open_window=='Y')--> target="_black"<!--@end-->>{$val->text}</a>
<a href="{$val->href}"<!--@if($val->open_window=='Y')--> target="_blank"<!--@end-->>{$val->text}</a>
<!--@if($val->child_count)-->
{@$_pDepth++}