function render_news($subject, $news, $info) { global $locale,$news_cat_image, $link, $adres, $sciezka; echo ""; echo ""; echo "
$subject [$news_cat_image]
"; echo "

".($info['news_breaks'] == "y" ? nl2br($news) : $news)."

"; $link = $info['news_link']; if($link == "wlasne") { $adres = "Własne"; $sciezka = "news.php?readmore=".$info['news_id']; } else { $adres = $link; $sciezka = $link; } echo "

Autor: ".$info['user_name'].", ".$locale['199'].": $adres

"; echo "".($info['news_ext'] == "y" ? "Czytaj dalej... , " : "").""; if ($info['news_allow_comments']) echo "Skomentuj [".$info['news_comments']."]"; echo "
"; }