From 415e90a2e059ea32f6851dfb9b3c018b0a731a81 Mon Sep 17 00:00:00 2001 From: deva Date: Mon, 6 Oct 2008 18:13:56 +0000 Subject: Put the webpages in. --- pages/news.php | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 pages/news.php (limited to 'pages/news.php') diff --git a/pages/news.php b/pages/news.php new file mode 100644 index 0000000..9d2f857 --- /dev/null +++ b/pages/news.php @@ -0,0 +1,58 @@ +
+
+
News
+
+
+ +Syndicate +subscribe($email); + echo "

You have now been subscribed to the DIE newsletter...

\n"; + } else { + echo "

" . $email . " is not a valid email address...

\n"; + } +} + +if($action == "unsubscribe") { + $mailinglist = new Mailinglist($DATA_DIR . "/mailinglist.xml"); + $mailinglist->unsubscribe($email); + echo "

You have now been unsubscribed from the DIE newsletter...

\n"; +} + +?> +
+
+

+Subscribe to low-traffic mailinglist:
+Email: + +

+
+
+show(-1, "all"); +} else { + $news->show(4, "main"); +?> + +
+more >> +
+ -- cgit v1.2.3