Change lifepod module to retrieve colors from lifepod feed

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3362 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
haneul 2007-12-15 11:55:01 +00:00
parent 8814b1f7a3
commit 86bb2bd93b
3 changed files with 2 additions and 13 deletions

View file

@ -76,6 +76,7 @@
$page->data = array();
$page->data[] = $data;
}
$page->color = $xmldoc->childNodes["feed"]->childNodes["color"]->body;
return $page;
}