mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-27 15:19:57 +09:00
RSS 리더 위젯 수정
- 날짜, 스킨 관련 git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6013 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
d0f4ec811c
commit
883bae440b
33 changed files with 3 additions and 356 deletions
|
|
@ -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-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue