Upgrade drupalbootstrap to 3.2

Source: Internet
Author: User
Tags drupal
You can select the cdn option in the bootstrap background configuration of drupal, but you can only select 3.0.2, which is intolerable. Open the settings. inc file in the theme package and find the following code $ form [advanced] [bootstrap_cdn] [bootstrap_cdn] array (# typeselect, # titlet (BootstrapCDNvers

You can select the cdn option in the bootstrap background configuration of drupal, but you can only select 3.0.2, which is intolerable. Open the settings. inc file in the theme package and find the following code $ form [advanced] [bootstrap_cdn] [bootstrap_cdn] = array (# type = select, # title = t (BootstrapCDN vers

You can select the cdn option in the bootstrap background configuration of drupal, but you can only select 3.0.2, which is intolerable.

Open the settings. inc file in the theme package and find the following code:

$ Form ['advanced '] ['bootstrap _ cdn'] ['bootstrap _ cdn'] = array (' # type' => 'select ', '# title' => t ('bootstrapcdn version'),' # options' => drupal_map_assoc (array ('3. 0.0 ', '3. 0.1 ', '3. 0.2 ',),' # default_value '=> theme_get_setting ('bootstrap _ cdn'),' # empty_option '=> t ('Disabled '), '# empty_value' => NULL ,);

This is the code used to manage the cdn selection interface. Add 3.2.0 to the code and save and close the code.

Go back to the background configuration and select 3.2!

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.