function render_news($subject, $news, $info) {
global $data;
echo "
".$locale['040']."".$info['user_name']." | ".showdate("longdate", $info['news_date'])." |
"; if ($data['news_sticky']==1) { echo" | "; } echo "
$subject | "; if ($data['news_sticky']==1) { echo" | "; } echo "
|
\n";
}