fixed emulsion_get_template()
Added filter to remove html to post title
added add_filter( ‘the_title’, ‘emulsion_remove_elements_post_title’, 20 );
fse-compatible-classic-template/functions.php
added
load_theme_textdomain( 'emulsion', get_template_directory() . '/languages' );
add_theme_support( 'title-tag' );
add_theme_support( 'automatic-feed-links' );
add_theme_support( 'html5', array( 'comment-list', 'comment-form', 'search-form', 'gallery', 'caption', 'style', 'script', 'navigation-widgets' ) );
add_theme_support( 'post-thumbnails' );
add_theme_support( 'post-formats', array( 'gallery' ) );
add_action( 'wp_head', 'emulsion_meta_elements' );
function_exists( 'emulsion_theme_google_tracking_code' ) ? add_action( 'wp_footer', 'emulsion_theme_google_tracking_code' ) : '';