'.$tags.''; } add_action('wp_tag_cloud', 'style_tag_cloud'); function templatelite_wp_head(){ global $tpinfo; $stylesheet=!empty($_REQUEST['style'])? $_REQUEST['style'].".css":$tpinfo[$tpinfo['tb_prefix'].'_stylesheet']; if(!empty($stylesheet)){ echo ''."\n"; } if($tpinfo['templatelite_ie6warning']=='true'){ echo ""; } } add_action('wp_head', 'templatelite_wp_head'); add_theme_support('post-thumbnails',array( 'post', 'page')); ?>