\n\n"; } function render_footer($license=false) { global $theme_width,$locale,$settings; echo "
\n"; } function render_news($subject, $news, $info) { global $locale; echo "
$subject
".$locale['040']."".$info['user_name']." ".$locale['041'].showdate("longdate", $info['news_date'])."
  $news

\n"; } function render_article($subject, $article, $info) { global $locale; echo "
$subject
".$locale['040']."".$info['user_name']." ".$locale['041'].showdate("longdate", $info['article_date'])."
  ".($info['article_breaks'] == "y" ? nl2br($article) : $article)."

\n"; } function opentable($title) { echo "
$title
\n"; } function closetable() { echo "
\n"; } function openside($title) { echo "
$title
\n"; } function closeside() { echo "
\n"; tablebreak(); } function opensidex($title,$open="on") { if($open=="on"){$box_img="off";}else{$box_img="on";} echo "
$title$box_img
\n"; } function closesidex() { echo "
\n"; tablebreak();; } function tablebreak() { echo "
\n"; } ?>