Developer’s description of app: Summerboard extends SpringBoard to add scrolling, wallpaper, themes and more!
Summerboard can be installed through the Installer.app.
Here is a video showing how Summerboard works:
“;
$i = 1;
foreach ($rss->items as $item) {
$href = $item[‘link’];
$title = $item[‘title’];
$description = $item[‘description’];
echo “
$description
“;
if ($i == 50 ) break;
$i = $i + 1;
}
echo “
“;
}
?>
Speak Your Mind
You must be logged in to post a comment.