function render_header($header_content) {
global $theme_width,$settings;
echo "
";
echo " | ";
echo "";
echo "$header_content | ";
echo " ";
echo "";
echo "";
echo "";
echo "";
echo "";
}
function render_footer($license=false) {
global $settings,$locale;
echo " | \n \n";
echo "
|
\n";
}