diff --git a/functions.php b/functions.php index fc06c26..47d7e4d 100644 --- a/functions.php +++ b/functions.php @@ -81,7 +81,10 @@ function cs_widgets_init() { */ function cs_scripts() { - wp_enqueue_style( 'cs-glyph', network_home_url().'wp-content/global/glyphicons/styles/glyphicons.css'); + wp_enqueue_style( 'cs-glyph', network_home_url().'wp-content/global/glyphicons_pro/glyphicons/web/html_css/css/glyphicons.css'); + wp_enqueue_style( 'cs-glyph-filetypes', network_home_url().'wp-content/global/glyphicons_pro/glyphicons_filetypes/web/html_css/css/glyphicons-filetypes.css'); + wp_enqueue_style( 'cs-glyph-halflings', network_home_url().'wp-content/global/glyphicons_pro/glyphicons_halflings/web/html_css/css/glyphicons-halflings.css'); + wp_enqueue_style( 'cs-glyph-social', network_home_url().'wp-content/global/glyphicons_pro/glyphicons_social/web/html_css/css/glyphicons-social.css'); wp_enqueue_style( 'cs-style', get_stylesheet_uri(), array( 'cs-glyph' )); wp_enqueue_script( 'cs-bootstrap-js', network_home_url().'wp-content/global/bootstrap-3.2.0-dist/js/bootstrap.min.js', array( 'jquery' ));