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

Commit

Permalink
Switch to Bootstrap 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmbacon committed Aug 28, 2014
1 parent 729c634 commit f333c2b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -176,15 +176,15 @@ function hale_page_menu_args( $args ) {
add_filter( 'wp_page_menu_args', 'hale_page_menu_args' );

function hale_enqueue_scripts() {
wp_enqueue_script('bootstrap-min', network_home_url().'wp-content/global/bootstrap-2.3.2/js/bootstrap.min.js', array('jquery'));
wp_enqueue_script('bootstrap-min', network_home_url().'wp-content/global/bootstrap-2.3.1/js/bootstrap.min.js', array('jquery'));
wp_enqueue_script('uc-modernizr', get_bloginfo('template_url').'/js/uc-modernizr.js', array('jquery'));
wp_enqueue_script('uc-hale-custom', get_bloginfo('template_url').'/js/custom.js', array('jquery'));

$outboundtracking = get_option( 'outbound_tracking','');
if($outboundtracking == 'yes') wp_enqueue_script('uc-link-tracking', get_bloginfo('template_url').'/js/linktracking.js', array('jquery'));

wp_enqueue_style('bootstrap-base', network_home_url().'wp-content/global/bootstrap-2.3.2/css/bootstrap.min.css');
wp_enqueue_style('bootstrap-responsive', network_home_url().'wp-content/global/bootstrap-2.3.2/css/bootstrap-responsive.min.css', 'bootstrap-base');
wp_enqueue_style('bootstrap-base', network_home_url().'wp-content/global/bootstrap-2.3.1/css/bootstrap.min.css');
wp_enqueue_style('bootstrap-responsive', network_home_url().'wp-content/global/bootstrap-2.3.1/css/bootstrap-responsive.min.css', 'bootstrap-base');
wp_enqueue_style('hale-style', get_bloginfo('stylesheet_url'), 'bootstrap-responsive');
wp_enqueue_style('hale-print', get_bloginfo('template_url').'/uc-print.css', 'hale-main', '1', 'print' );

Expand Down

0 comments on commit f333c2b

Please sign in to comment.