mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-28 23:59:57 +09:00
분류 추출기 위젯에 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:
parent
8a19001256
commit
03c0ef4db4
1 changed files with 1 additions and 1 deletions
|
|
@ -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)-->
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue