summaryrefslogtreecommitdiff
path: root/pages/rss.php
diff options
context:
space:
mode:
Diffstat (limited to 'pages/rss.php')
-rw-r--r--pages/rss.php13
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