RSS 리더 위젯 수정

- 날짜, 스킨 관련

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6013 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
k10206 2009-04-02 05:30:33 +00:00
parent d0f4ec811c
commit 883bae440b
33 changed files with 3 additions and 356 deletions

View file

@ -12,7 +12,7 @@
<ul>
<!--@foreach($widget_info->rss_list as $key => $item)-->
<li>
<span class="date">{$item->date}</span>
<!--@if($item->date)--><span class="date">{$item->date}</span><!--@end-->
<span class="title"><a href="{$item->link}" onclick="window.open(this.href);return false">{htmlspecialchars(cut_str($item->title, $widget_info->subject_cut_size))}</a></span>
</li>
<!--@end-->