BeddingSources Site Map
News, Views & tips
'.$dirt.'';
}
else{
$dirt = "";
}
foreach($urls as $url => $section){
$front .= "$section";
if(!$url)
$front .= "Error: URL missing!";
else {
$m=$_GET['rss_items'];
if(!$m) $m=0;
$ch=$_GET['rss_chars'];
if(!$ch) $ch=0;
$t=$_GET['rss_target'];
if(!$t) $t="_blank";
$css=$_GET['rss_css'];
if(!$css) $css="rsslib";
$items[]=array("","");
$frontl =& rss2html($url,$m,$ch,$t,$css,$items);
$front .= $frontl;
}
$front .= " ";
}
$tempfr = str_replace("%sitetitle%",$sitetitle,$templ);
$tempfr = str_replace("%title%","",$tempfr);
$tempfr = str_replace("%desc%",$powered." - version: ".$version."\n",$tempfr);
$tempfr = str_replace("%content%",$front,$tempfr);
$tempfr = str_replace('Find this article in Google','',$tempfr);
echo $tempfr;
?>
|