id="li-comment-">
data) echo $ech.'\n";
else echo '\n";
}
add_action('wp_footer','itx_footer',1);
function itx_favicon(){
$fav=itx_get_option('misc','favicon');
if($fav) echo '';
}
add_action('wp_head','itx_favicon');
/*
* Generate random default style
*/
$def_style=get_option(THEME_NAME.'_default_style');
if (empty($def_style)){
$styles=array_keys(itx_default_option('style'));
$style=array_slice($styles,rand(0,count($styles)-1),1);
add_option(THEME_NAME.'_default_style', $style[0]);
}
?>