| @@ 74-78 (lines=5) @@ | ||
| 71 | $title = wani_utf8_encode(wani_make_html_title($new['title'])); |
|
| 72 | $link = $new['link']; |
|
| 73 | $description = ''; |
|
| 74 | if (isset($new['description'])) { |
|
| 75 | $description = $new['description']; |
|
| 76 | $description = wani_make_html_summary($description, $ATOM_DESC_MAX); |
|
| 77 | $description = wani_utf8_encode($description); |
|
| 78 | } |
|
| 79 | $mid = ''; |
|
| 80 | $aid = ''; |
|
| 81 | if (isset($new['mod_id'])) { |
|
| @@ 71-75 (lines=5) @@ | ||
| 68 | $pubdate = wani_utf8_encode(date('r', $new['time'])); |
|
| 69 | } |
|
| 70 | $description = ''; |
|
| 71 | if (isset($new['description'])) { |
|
| 72 | $description = $new['description']; |
|
| 73 | $description = wani_make_html_summary($description, $RSS_DESC_MAX); |
|
| 74 | $description = wani_utf8_encode($description); |
|
| 75 | } |
|
| 76 | ||
| 77 | $tpl->append('items', array('title' => $title, |
|
| 78 | 'link' => $link, |
|