Revision 66
Added by stefan about 20 years ago
| rss.php | ||
|---|---|---|
| 77 | 77 |
echo "<item>"; |
| 78 | 78 |
echo "<title>".$item["title"]."</title>"; |
| 79 | 79 |
// Stripping HTML Tags for text-only visibility |
| 80 |
echo "<description>".strip_tags($item["short"])."</description>"; |
|
| 80 |
echo "<description>".strip_tags($item["content_short"])."</description>";
|
|
| 81 | 81 |
echo "<link>".WB_URL."/pages".$item["link"].PAGE_EXTENSION."</link>"; |
| 82 | 82 |
/* Add further (non required) information here like ie. |
| 83 | 83 |
echo "<author>".$item["posted_by"]."</author>"); |
Also available in: Unified diff
Changed column names in mod_news_posts from short,long to content_short, content_long.