"; /* this is the links & date/time area */ echo "\n
".showsublinks(" | ", "white")." ".showsubdate()."
\n"; /* this is where the banner goes */ echo "
\n"; /* finally, this starts the page */ echo "\n\n"; } function render_footer($license=false) { global $theme_width,$settings; echo "\n
\n "; if(!$license){ /* this is the php-fusion copyright */ echo ""; } /* this is where YOUR theme copyright and the total unique views are */ echo "
  \n"; } function render_news($subject, $news, $info) { /* this is what the news post will be like */ echo "
  $subject  
\n $news


\n"; echo openform("N",$info['news_id']).newsposter($info,"
").newsopts($info,"·").closeform("N",$info['news_id']); echo "
\n"; } function render_article($subject, $article, $info) { /* this is what the article will look like */ echo "
  $subject  
\n ".($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,$state="on") { $boxname = str_replace(" ", "", $title); echo "
  $title ".panelbutton($state,$boxname)."
\n"; tablebreak(); } function tablebreak() { echo "\n\n\n\n
\n"; } ?>