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

@ -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);