Skip to content

Commit

Permalink
Merge pull request #87 from labboy0276/7.x-3.x
Browse files Browse the repository at this point in the history
Issue #78 Updated bootstrap and font awesome cdn
  • Loading branch information
pirog committed Jul 1, 2014
2 parents 4f7cd58 + d1ffe55 commit e68ae90
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions template.php
Original file line number Diff line number Diff line change
Expand Up @@ -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());
Expand Down

0 comments on commit e68ae90

Please sign in to comment.