9 This module integrates the IE6 Update JavaScript file (ie6update.com) with
10 Drupal, unobtrusively encouraging site users to upgrade.
16 * Mimics the IE information bar to suggest to the user to upgrade their browser.
17 * Links to the IE 8 update page so the user can upgrade their browser.
18 * The message in the information bar is configurable.
19 * The page linked to from the information bar is configurable.
26 * Modify settings as appropriate at /admin/settings/ie6update.
27 * Follow translation instructions below if appropriate.
33 You can translate the message in the information bar and link to a non-English
34 version of IE if you have the i18n module installed.
36 To do this, add the following variables to the $conf['i18n_variables'] array
37 in your settings.php file:
39 * ie6update_destination_url
40 * ie6update_update_bar_message
42 Once this is complete, switch to each language and visit the ie6update settings
43 page using the appropriate language version of the site, enter an appropriate
44 translation, and save the page. The settings for each language will then be
47 For more information on i18n variables and translations, please see
48 http://drupal.org/node/313272