if (!defined("IN_FUSION")) { header("Location: ../../index.php"); exit; } require_once INCLUDES."theme_functions_include.php"; // theme settings $body_text = "#000000"; $body_bg = "#ffffff"; $theme_width = "1000"; $theme_width_l = "175"; $theme_width_r = "175"; function render_header($header_content) { global $theme_width; /* this is the very very top of the whole page */ echo "
";
/* this is the links & date/time area */
echo "
|
$subject |
\n
$news \n";
echo openform("N",$info['news_id']).newsposter($info," ").newsopts($info,"·").closeform("N",$info['news_id']); echo " |
$subject | ||
\n ".($info['article_breaks'] == "y" ? nl2br($article) : $article)." | ||
\n";
echo openform("A",$info['article_id']).articleposter($info," ").articleopts($info,"·").closeform("A",$info['article_id']); echo " |
$title |
\n"; } function closetable() { echo " |
$title |
\n"; } function closeside() { echo " |
$title | ".panelbutton($state,$boxname)." |
\n |