i am some big text
‘; ?>
-
$url = 'http://feeds.feedburner.com/Techcrunch';
- {DATE:n/j} - {TITLE} - {EXTRACT}
$args = array('limit'=>10, ’sort’=>’DESC’, ‘nofollow’=>true,
‘chars’=>100);
$template = ‘
‘;
echo rss_list($url, $args, $template);
?>
‘; ?>
‘;
echo rss_list($url, $args, $template);
?>