/*-------------------------------------------------------+ | PHP-Fusion 6 - Content Management System | |---------------------------------------------------------| | author: Nick Jones (Digitanium) © 2002-2005 | | web: http://www.php-fusion.co.uk | | email: nick@php-fusion.co.uk | |---------------------------------------------------------| | Released under the terms and conditions of | | the GNU General Public License (Version 2) | +-------------------------------------------------------*/ /*------------------------------------------------------+ | Neonz Theme for PHP-Fusion v6 | |--------------------------------------------------------| | author: [-BlAsTriX-] © 2006 | | web: http://www.php-fusion.dk | | email: dennis_ostergaard@msn.com | |--------------------------------------------------------| | Released under the terms and conditions of | | the GNU General Public License (Version 2) | +--------------------------------------------*/ if (!defined("IN_FUSION")) { header("Location: ../../index.php"); exit; } require_once INCLUDES."theme_functions_include.php"; // theme settings $body_text = "#555555"; $body_bg = "#ffffff"; $theme_width = "100%"; $theme_width_l = "175"; $theme_width_r = "175"; function render_header($header_content) { global $theme_width; echo "
|
$subject |
$news |
\n";
echo openform("N",$info['news_id']).newsposter($info," ").newsopts($info,"·").closeform("N",$info['news_id']); echo " |
$subject |
".($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 |