diff --git a/template.php b/template.php index 8f34ba2..d61dc35 100644 --- a/template.php +++ b/template.php @@ -10,9 +10,9 @@ require_once dirname(__FILE__) . '/includes/utils.inc'; // Asset stuff -define('KALATHEME_BOOTSTRAP_CSS', '//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css'); -define('KALATHEME_BOOTSTRAP_JS', '//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js'); -define('KALATHEME_FONTAWESOME_CSS', '//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css'); +define('KALATHEME_BOOTSTRAP_CSS', '//netdna.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css'); +define('KALATHEME_BOOTSTRAP_JS', '//netdna.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js'); +define('KALATHEME_FONTAWESOME_CSS', '//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css'); // Grid size constants define('KALATHEME_GRID_SIZE', kalatheme_get_grid_size());