컨텐츠 위젯/ 피드에서 제목에 링크 제대로 못거는 문제(스킨 문제) 수정, RSS라는 명칭을 쓰던 RSS URL이 ATOM형식도 지원하므로 '피드' 라는 명칭으로 변경 / PHP코드상의 변화는 없음.

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6304 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
misol 2009-05-07 16:24:49 +00:00
parent 95f4a018e1
commit 961264080e
2 changed files with 39 additions and 38 deletions

View file

@ -9,7 +9,7 @@
<!--@if($widget_info->show_browser_title=='Y' && $item->getBrowserTitle())-->
<a href="{getSiteUrl($item->domain, '', 'mid', $item->get('mid'))}"><strong class="board">{$item->getBrowserTitle()}</strong></a>
<a href="<!--@if($item->contents_link)-->{$item->contents_link}<!--@else-->{getSiteUrl($item->domain, '', 'mid', $item->get('mid'))}<!--@end-->"><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>