mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
rss_reader 위젯
내용 미리보기로 title 속성 사용 git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6014 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
883bae440b
commit
d5d2220df4
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@
|
|||
<!--@end-->
|
||||
<ul>
|
||||
<!--@foreach($widget_info->rss_list as $key => $item)-->
|
||||
<li>
|
||||
<li title="{strip_tags($item->description)}">
|
||||
<!--@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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue