function render_news($subject, $news, $info) { global $locale; # opentable($subject); # echo " #
#
".$news."
".THEME_BULLET." Dodane przez: ".$info['user_name']." dnia ".date("d.m.Y", $info['news_date'])."
".($info['news_ext'] == "y" ? "Czytaj wiêcej" : ""); echo "
"; closetable(); }