Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Merge branch 'glyphicons-pro'
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmbacon committed Dec 18, 2014
2 parents 635ff83 + 2bc617c commit 5a2d84c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -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' ));
Expand Down

0 comments on commit 5a2d84c

Please sign in to comment.