})
getThumbnail(2)" alt="{str_replace(array('&','<','>','"','''),array('&','<','>','"','''),$item->getTitle($widget_info->subject_cut_size))}" width="{$widget_info->thumbnail_width}" height="{$widget_info->thumbnail_height}">
getThumbnail()" class="app-gallery-body app-gallery-empty"|cond="!$item->getThumbnail()">
{@ // @INFO: 위젯에 설정된 배열에 따라 정렬 }
{@
// 제목
// @INFO: 제목 영역 안에 브라우저 타이틀과 카테고리 출력
}
{@ // 브라우저 타이틀 }
{$item->getBrowserTitle()}
{$item->getTitle($widget_info->subject_cut_size)}
{@
$isMetaExist = in_array('nickname', $widget_info->option_view_arr) || in_array('regdate', $widget_info->option_view_arr)
}
{@ // 카테고리 }
{@
$oDocumentModel = &getModel('document');
$oDocument = $oDocumentModel->getDocument($item->get('document_srl'));
$category_info = $oDocumentModel->getCategory($oDocument->get('category_srl'));
}
{$item->getCategory()}
{@ // 댓글 }
{@ // 닉네임 }
{$item->getNickName($widget_info->nickname_cut_size)}
{@ // 날짜 }
{$item->getRegdate("Y-m-d")}