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

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