diff options
Diffstat (limited to 'pages/rss.php')
-rw-r--r-- | pages/rss.php | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/pages/rss.php b/pages/rss.php new file mode 100644 index 0000000..907554d --- /dev/null +++ b/pages/rss.php @@ -0,0 +1,13 @@ +<div class="header"> + <div class="header_rss"> + RSS + </div> +</div> +<?php + +include_once($UTIL_DIR . "/rss.php"); + +$rss = new RSS($DATA_DIR."/news.xml", "rss.xml"); +$rss->write(); + +?>
\ No newline at end of file |