From d1ffe5517ad37b5e893bd053ba2e7b9d43ec9ab1 Mon Sep 17 00:00:00 2001 From: John Ouellet Date: Mon, 30 Jun 2014 17:02:07 +0000 Subject: [PATCH] Issue #78 Updated bootstrap and font awesome cdn --- template.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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());