if (!defined("IN_FUSION")) { header("Location: ../../index.php"); exit; } require_once INCLUDES."theme_functions_include.php"; $body_text = "#555555"; $body_bg = "#2e2e2e"; $theme_width = "845"; $theme_width_l = "165"; $theme_width_r = "165"; echo "
"; function render_header($header_content) { global $theme_width; echo "
\n"; echo "\n
".showsublinks("·","white")."
\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"; } ?>