'.$tags.'';
}
add_action('wp_tag_cloud', 'style_tag_cloud');
function themespanel_wp_head(){
global $tpinfo;
$stylesheet=!empty($_REQUEST['style'])? $_REQUEST['style'].".css":$tpinfo[$tpinfo['tb_prefix'].'_stylesheet'];
if(empty($stylesheet)) $stylesheet='default.css';
$customjs='/styles/'.basename($stylesheet,'.css').'/custom.js';
echo ''."\n";
echo ''; //load before custom js
if(file_exists(TEMPLATEPATH.$customjs)) echo '';
if($tpinfo[$tpinfo['prefix'].'_ie6warning']=='true'){
echo "";
}
}
add_action('wp_head', 'themespanel_wp_head');
add_theme_support('post-thumbnails',array( 'post', 'page'));
?>