. function render_article($subject, $article, $info) { //mintAjax echo "\n" ; echo "
  $subject
\n"; echo "
".($info['article_breaks'] == "y" ? nl2br($article) : $article)."
\n"; echo "\n"; echo "
"; }