카테고리 목록 출력 오류 디버깅

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6444 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2009-05-29 08:03:24 +00:00
parent b8bcbf2552
commit 0993866560

View file

@ -4,7 +4,7 @@
<!--@if($colorset == "black" || $colorset == "white")-->
<!--%import("./css/widget.css")-->
<!--@end-->
<div class="widgetContainer<!--@if($colorset=="black")--> black<!--@end-->">
<div class="widgetContainer<!--@if($colorset=="black")-->black<!--@end-->">
<div class="widgetTree">
<ul>
<!--@foreach($widget_info->arranged_menu as $key => $val)-->
@ -33,7 +33,6 @@
<!--@end-->
<!--@end-->
<!--@end-->
</li>
</ul>
</div>
</div>