=$topnews_maxlength) { $content1 = substr($content1,0,$topnews_maxlength); $content1 = substr($content1,0,strrpos($content1,' '))." ..."; } if(strlen($content2)>=$topnews_maxlength) { $content2 = substr($content2,0,$topnews_maxlength); $content2 = substr($content2,0,strrpos($content1,' '))." ..."; } $content1 = clearfromtags($content1); $content2 = clearfromtags($content2); eval ("\$sc_topnews = \"".gettemplate("sc_topnews")."\";"); echo $sc_topnews; } else echo 'Can not find topnews for your accesslevel.'; ?>