if (LEFT) { echo "".LEFT.""; } if (RIGHT) { echo "".RIGHT.""; }
Debug is on " : "": " -->")."\n"; } function render_news($subject, $news, $info) { global $locale,$data,$settings; echo !isset($_GET['readmore']) && $info['news_ext'] == "y" ? "

".strip_tags($subject)."

\n" : opentable($subject); ?>
".($info['news_comments'] != 0 ? $info['news_comments'] : "").($info['news_comments'] == 1 || $info['news_comments'] == 0 ? $locale['global_073b'] : $locale['global_073'])."": ""; ?>
".($info['article_breaks'] == "y" ? nl2br($article) : $article)."
".articleposter($info," ·").articleopts($info,"·").itemoptions("A",$info['article_id']). "
\n"; closetable(); } $pi=0; function opentable($title="") { static $pi; echo (!empty($title) ? ($pi==0 ? "

$title

" : "

$title

") : "")."\n"; $pi++; } function closetable() { echo "\t\t\n"; } function openside($title="", $collapse = false, $state = "on") { echo !empty($title) ? "

$title

\n" : ""; } function closeside() { echo ""; }