From aa716b0b246bb9efa678dae48c1e36a315b5e3e4 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Sat, 6 Sep 2008 21:14:00 +0000 Subject: Series: Started work on Series Control Refs #28 --- series/core/trunk/index.php | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 series/core/trunk/index.php (limited to 'series/core/trunk/index.php') diff --git a/series/core/trunk/index.php b/series/core/trunk/index.php new file mode 100644 index 0000000..7d3916c --- /dev/null +++ b/series/core/trunk/index.php @@ -0,0 +1,22 @@ + $value) +{ + if ($value['personal'] == 'false') + { + $template->adds_block('SUBSCRIPTION', array( 'IDENTITY' => $name, + 'TITLE' => $value['title'], + 'CATEGORY' => $value['category'])); + } +} + +$template->display(); + +?> -- cgit 1.4.1