mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-28 15:49:57 +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
|
|
@ -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