function render_news($subject, $news, $info) { global $theme_width,$settings,$data,$locale,$userdata; echo ""; echo"
$subject
".$data[
Autor: ".$info['user_name']." | ".showdate("longdate", $info['news_date'])." | Komentarze: ".$info['news_comments']."
$news
\n"; }