<?php

/**
 * @file
 * Installation information for the 'Webform Bootstrap module.
 */

/**
 * Implements hook_install().
 */
function webform_bootstrap_install() {
  // Load webform_bootstrap module after the webform.module.
  module_set_weight('webform_bootstrap', 1);
}
