From ffbe082dd0fcaf83658ac0a13ad1bdddeb4e0138 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 6 Nov 2010 22:19:08 +0300 Subject: headlines: use JSON instead of separate helper xml objects like headlines-unread --- functions.php | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'functions.php') diff --git a/functions.php b/functions.php index abc52b43e..d5b3c436d 100644 --- a/functions.php +++ b/functions.php @@ -6842,10 +6842,16 @@ print "]]>"; print ""; - print ""; - print ""; - print ""; - print ""; + print " 0, + "vgroup_last_feed" => '', + "unread" => 0, + "disable_cache" => true); + + print json_encode($info); + + print "]]>"; } -- cgit v1.2.3-54-g00ecf