Skip to content

Commit e68ae90

Browse files
committed
Merge pull request #87 from labboy0276/7.x-3.x
Issue #78 Updated bootstrap and font awesome cdn
2 parents 4f7cd58 + d1ffe55 commit e68ae90

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

template.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
require_once dirname(__FILE__) . '/includes/utils.inc';
1111

1212
// Asset stuff
13-
define('KALATHEME_BOOTSTRAP_CSS', '//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css');
14-
define('KALATHEME_BOOTSTRAP_JS', '//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js');
15-
define('KALATHEME_FONTAWESOME_CSS', '//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css');
13+
define('KALATHEME_BOOTSTRAP_CSS', '//netdna.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css');
14+
define('KALATHEME_BOOTSTRAP_JS', '//netdna.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js');
15+
define('KALATHEME_FONTAWESOME_CSS', '//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css');
1616

1717
// Grid size constants
1818
define('KALATHEME_GRID_SIZE', kalatheme_get_grid_size());

0 commit comments

Comments
 (0)