mpezzi / bootstrap

A Twitter Bootstrap base theme for Drupal.
26 stars 8 forks source link

Bootstrap


Bootstrap is a Drupal parent theme based of off Twitter Bootstrap

Required libraries:

Required modules:

Notes:

if ( arg(0) == 'admin' ) {
  $conf['jquery_update_jquery_version'] = '1.5';
}
else {
  $conf['jquery_update_jquery_version'] = '1.7';
}