mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39: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
|
|
@ -102,7 +102,7 @@
|
|||
}
|
||||
|
||||
$date = $item->pubdate;
|
||||
$item->date = date($DATE_FORMAT, strtotime($date));
|
||||
$item->date = $date ? date($DATE_FORMAT, strtotime($date)) : '';
|
||||
$array_date[$key] = strtotime($date);
|
||||
|
||||
$item->description = preg_replace('!<a href=!is','<a onclick="window.open(this.href);return false" href=', $item->description);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue