function render_news($subject, $news, $info) { global $data; echo "
"; if ($data['news_sticky']==1) { echo""; } echo " "; if ($data['news_sticky']==1) { echo""; } echo "
".$locale['040']."".$info['user_name']." | ".showdate("longdate", $info['news_date'])."
$subject
$news
\n"; if ($info['news_ext'] == "y") echo "wiêcej\n"; if ($info['news_allow_comments']) echo " | komentarze (".$info['news_comments'].$locale['043'].")\n"; echo "
\n"; }