function render_header($header_content) { global $theme_width,$settings; echo ""; echo "
"; echo ""; echo ""; echo "
$header_content
"; echo ""; echo "
"; echo "
"; echo ""; echo "
"; echo ""; echo ""; echo "\n
"; } function render_footer($license=false) { global $settings,$locale; echo "
\n"; echo "
".stripslashes($settings['footer'])."
Powered by PHP-Fusion v".$settings['version']." © 2005
Theme by C-Millionaire
\n"; }