mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-04 01:23:32 +09:00
content widget 이미지+제목 타입 섬네일 미표기 버그 / 게시물 제목 링크 버그
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6002 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
7619bce790
commit
8391c29fd0
2 changed files with 3 additions and 3 deletions
|
|
@ -259,8 +259,7 @@
|
|||
$content_item->setThumbnail($thumbnail);
|
||||
$content_item->setExtraImages($oDocument->printExtraImages($args->duration_new));
|
||||
$content_item->add('mid', $args->mid_lists[$module_srl]);
|
||||
if($first_thumbnail_idx==-1 && $thumbnail) $first_thumbnail_idx = $key;
|
||||
|
||||
if($first_thumbnail_idx==-1 && $thumbnail) $first_thumbnail_idx = $i;
|
||||
$content_items[] = $content_item;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -8,7 +8,8 @@
|
|||
<td class="title">
|
||||
|
||||
<!--@if($widget_info->show_browser_title=='Y' && $item->getBrowserTitle())-->
|
||||
<a href="<!--@if($item->domain)-->{getSiteUrl($item->domain, '', 'mid', $item->get('mid'))}<!--@elseif($item->getContentsLink())-->{$item->getContentsLink()}<!--@end-->"><strong class="board">{$item->getBrowserTitle()}</strong></a>
|
||||
|
||||
<a href="{getSiteUrl($item->domain, '', 'mid', $item->get('mid'))}"><strong class="board">{$item->getBrowserTitle()}</strong></a>
|
||||
<!--@end-->
|
||||
<!--@if($widget_info->show_category=='Y' && $item->get('category_srl') )-->
|
||||
<a href="{getSiteUrl($item->domain,'','mid',$item->get('mid'),'category',$item->get('category_srl'))}"><strong class="category">{$item->getCategory()}</strong></a>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue