From e37f9866bf28a011cc2e884c7a5e2ea6e8508fc0 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Sun, 7 Sep 2008 13:14:00 +0000 Subject: Series: Fixed up index.php Refs #53 --- series/core/trunk/index.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'series/core/trunk/index.php') diff --git a/series/core/trunk/index.php b/series/core/trunk/index.php index 7d3916c..9d8cb05 100644 --- a/series/core/trunk/index.php +++ b/series/core/trunk/index.php @@ -5,13 +5,14 @@ include('includes/instadisc.php'); $template = new FITemplate('index'); +$template->add('SITENAME', instaDisc_getConfig('siteName')); $subs = instaDisc_getAllSubscriptions(); foreach ($subs as $name => $value) { if ($value['personal'] == 'false') { - $template->adds_block('SUBSCRIPTION', array( 'IDENTITY' => $name, + $template->adds_block('SUBSCRIPTIONS', array( 'IDENTITY' => $value['identity'], 'TITLE' => $value['title'], 'CATEGORY' => $value['category'])); } -- cgit 1.4.1