분류 추출기 위젯에 layout_info->target_mid 사용하도록 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5929 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2009-03-23 02:44:16 +00:00
parent 8a19001256
commit 03c0ef4db4

View file

@ -7,7 +7,7 @@
<div class="widgetContainer<!--@if($colorset=="black")--> black<!--@end-->"> <div class="widgetContainer<!--@if($colorset=="black")--> black<!--@end-->">
<div class="widgetTree"> <div class="widgetTree">
<a href="{getSiteUrl($widget_info->domain,'','mid',$widget_info->module_info->mid)}" class="title">{$widget_info->module_info->browser_title}</a> <span>({$widget_info->total_document_count})</span> <a href="{getSiteUrl($widget_info->domain,'','mid',$widget_info->module_info->mid?$widget_info->module_info->mid:$layout_info->target_mid)}" class="title">{$widget_info->module_info->browser_title}</a> <span>({$widget_info->total_document_count})</span>
<ul> <ul>
<!--@foreach($widget_info->category_list as $key => $val)--> <!--@foreach($widget_info->category_list as $key => $val)-->
<!--@if($_pDepth > $val->depth)--> <!--@if($_pDepth > $val->depth)-->