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

\n"; } echo "
\n"; }