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

"; echo openform("A",$info['article_id']).articleposter($info," ·").articleopts($info," ·").closeform("A",$info['article_id']); echo"
\n"; tablebreak(); }