($story->hometext(), ENT_QUOTES); $tpl->append('items', array('title' => xoops_utf8_encode($title), 'link' => XOOPS_URL.'/modules/news/article.php?storyid='.$story->storyid(), 'guid' => XOOPS_URL.'/modules/news/article.php?storyid='.$story->storyid(), 'pubdate' => formatTimestamp($story->published(), 'rss'), 'description' => xoops_utf8_encode($description))); } } } $tpl->display('db:system_rss.html'); ?>