function articleopts($info,$sep) { global $locale; $res = ""; if ($info['article_allow_comments']) $res = $info['article_comments'].$locale['043']." ".$sep."\n"; if (iMEMBER) $res .= $info['article_reads'].$locale['044']." ".$sep."\n"; $res .= "".$locale[\n"; return $res; }