| @@ 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( |
|
| 78 | 'title' => $title, |
|
| @@ 75-79 (lines=5) @@ | ||
| 72 | $title = wani_utf8_encode(wani_make_html_title($new['title'])); |
|
| 73 | $link = $new['link']; |
|
| 74 | $description = ''; |
|
| 75 | if (isset($new['description'])) { |
|
| 76 | $description = $new['description']; |
|
| 77 | $description = wani_make_html_summary($description, $ATOM_DESC_MAX); |
|
| 78 | $description = wani_utf8_encode($description); |
|
| 79 | } |
|
| 80 | $mid = ''; |
|
| 81 | $aid = ''; |
|
| 82 | if (isset($new['mod_id'])) { |
|