Version ); wp_enqueue_style( 'awesome-theme-stylesheet', get_template_directory_uri().'/css/font-awesome-ie7.css', false, $theme->Version ); } wp_enqueue_script('hoverIntent'); wp_enqueue_script('advertica_superfish', get_template_directory_uri().'/js/superfish.js',array('jquery'),true,'1.0'); wp_enqueue_script('advertica_AnimatedHeader', get_template_directory_uri().'/js/cbpAnimatedHeader.js',array('jquery'),true,'1.0'); wp_enqueue_script('advertica_easing_slide',get_template_directory_uri().'/js/jquery.easing.1.3.js',array('jquery'),'1.0',true); wp_enqueue_script('adverticat_waypoints',get_template_directory_uri().'/js/waypoints.min.js',array('jquery'),'1.0',true ); wp_enqueue_style('advertica-style', get_stylesheet_uri()); wp_enqueue_style('advertica-animation-stylesheet', get_template_directory_uri().'/css/skt-animation.css', false, $theme->Version); wp_enqueue_style('sktawesome-theme-stylesheet', get_template_directory_uri().'/css/font-awesome.min.css', false, $theme->Version); /*SUPERFISH*/ wp_enqueue_style( 'sktddsmoothmenu-superfish-stylesheet', get_template_directory_uri().'/css/superfish.css', false, $theme->Version); wp_enqueue_style( 'bootstrap-responsive-theme-stylesheet', get_template_directory_uri().'/css/bootstrap-responsive.css', false, $theme->Version); // Google Fonts wp_enqueue_style('advertica-googlefont-opensans', '//fonts.googleapis.com/css?family=Open+Sans:400,600,700,300&subset=latin,cyrillic,latin-ext,cyrillic-ext,vietnamese,greek-ext,greek'); } add_action('wp_enqueue_scripts', 'advertica_theme_stylesheet'); function advertica_head() { global $advertica_shortname; $advertica_favicon = ""; $advertica_meta = ''."\n"; if(sketch_get_option($advertica_shortname.'_favicon')) { $advertica_favicon = sketch_get_option($advertica_shortname.'_favicon','bizstudio'); $advertica_meta .= "\n"; } echo $advertica_meta; if(!is_admin()) { require_once(get_template_directory().'/includes/advertica-custom-css.php'); } } add_action('wp_head', 'advertica_head'); //ENQUEUE FOOTER SCRIPT function advertica_footer_script() { global $advertica_shortname; if(advertica_bg_style($advertica_shortname."_bg_style") != Null){ ?>