"; } function render_footer($license=false) { global $theme_width, $settings; echo "\n
".stripslashes($settings['footer'])."

"; if (!$license) { echo showcopyright()."

\n"; } echo showcounter()."
Transverse Theme designed by: Fuzed Themes

XHTML CSS
\n"; } function render_news($subject, $news, $info) { $subject = strip_tags($subject); echo "
$subject
$news
"; echo openform("N",$info['news_id']).newsposter($info," ·").newsopts($info," ·").closeform("N",$info['news_id']); echo "
\n"; } function render_article($subject, $article, $info) { echo "
$subject
".($info['article_breaks'] == "y" ? nl2br($article) : $article)."
"; echo openform("A",$info['article_id']).articleposter($info,"
").articleopts($info," ·").closeform("A",$info['article_id']); echo "
\n"; } function opentable($title) { echo "
$title
\n"; } function closetable() { echo "
\n"; } function openside($title) { echo "
$title
"; } function closeside() { echo "
"; tablebreak(); } function opensidex($title,$state="on") { $boxname = str_replace(" ", "", $title); echo "
".panelbutton($state,$boxname)."$title
"; tablebreak(); } function tablebreak() { echo "
\n"; } ?>