File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 10
10
require_once dirname (__FILE__ ) . '/includes/utils.inc ' ;
11
11
12
12
// 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 ' );
16
16
17
17
// Grid size constants
18
18
define ('KALATHEME_GRID_SIZE ' , kalatheme_get_grid_size ());
You can’t perform that action at this time.
0 commit comments