From 44c3bc48b5db7b3dc6517d2b073a55af5d4b52db Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Wed, 10 Sep 2008 21:06:49 +0000 Subject: Series: Moved around directory structure Refs #55 --- series/trunk/index.php | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 series/trunk/index.php (limited to 'series/trunk/index.php') diff --git a/series/trunk/index.php b/series/trunk/index.php new file mode 100644 index 0000000..9d8cb05 --- /dev/null +++ b/series/trunk/index.php @@ -0,0 +1,23 @@ +add('SITENAME', instaDisc_getConfig('siteName')); + +$subs = instaDisc_getAllSubscriptions(); +foreach ($subs as $name => $value) +{ + if ($value['personal'] == 'false') + { + $template->adds_block('SUBSCRIPTIONS', array( 'IDENTITY' => $value['identity'], + 'TITLE' => $value['title'], + 'CATEGORY' => $value['category'])); + } +} + +$template->display(); + +?> -- cgit 1.4.1