function render_article($subject, $article, $info) { global $locale; [color=red]echo ""; echo ""; echo ""; echo ""; echo "
$subject
";[/color] echo ""; echo ""; echo "
".($info['article_breaks'] == "y" ? nl2br($article) : $article)."
";