diff options
author | deva <deva> | 2008-10-06 18:13:56 +0000 |
---|---|---|
committer | deva <deva> | 2008-10-06 18:13:56 +0000 |
commit | 415e90a2e059ea32f6851dfb9b3c018b0a731a81 (patch) | |
tree | a2e7d809f4783f521a3a985716a26a6543acfc9d /pages/rss.php | |
parent | cce5e7710295021b41d9aaecc503a60fb99256be (diff) |
Put the webpages in.
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 |