'."\n";
if(sketch_get_option($shortname.'_favicon')){
$skt_favicon = sketch_get_option($shortname.'_favicon','analytical');
$skt_meta .= "\n";
}
echo $skt_meta;
}
add_action('wp_head', 'ana_head');
function ana_footer()
{
global $shortname;
if(is_page_template('template-gallery.php')){ ?>