if (!defined("IN_FUSION")) { header("Location: ../../index.php"); exit; } require_once INCLUDES."theme_functions_include.php"; // theme settings $body_text = "#ffffff"; $body_bg = "#1d1d1a"; $theme_width = "952"; $theme_width_l = "203"; $theme_width_r = "203"; function render_header($header_content) { global $theme_width; echo "
\n"; echo "\n
".showsublinks("·")." ".showsubdate()."
\n"; echo "\n\n"; } function render_footer($license=false) { global $theme_width,$settings; echo "\n
\n"; echo "
\n"; } function render_news($subject, $news, $info) { echo "
$subject
$news
\n"; } function render_article($subject, $article, $info) { echo "
$subject
".($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"; } ?>