function render_article($subject, $article, $info) {
global $locale;
echo "
$subject |
".($info['article_breaks'] == "y" ? nl2br($article) : $article)."
|
".$locale['040']."".$info['user_name']."
".$locale['041'].showdate("longdate", $info['article_date'])."
|
\n";
if ($info['article_allow_comments']) echo $info['article_comments'].$locale['043']." ·\n";
echo $info['article_reads'].$locale['044']."
|
|
\n";
}