diff --git a/at_core/inc/forms/settings.menutoggle.inc b/at_core/inc/forms/settings.menutoggle.inc index d80e9500a091e7dd42e2ec075ce3375cdc42599a..bb7cb0ec03f8ff8e38d9fbe46f947f3bf2d59d11 100755 --- a/at_core/inc/forms/settings.menutoggle.inc +++ b/at_core/inc/forms/settings.menutoggle.inc @@ -9,7 +9,7 @@ function at_core_menu_toggle_form(&$form) { '#type' => 'fieldset', '#title' => t('Mobile Menu Toggle'), '#weight' => 30, - '#description' => t('

Menu Toggle for Mobile

The Menu Toggle will hide selected menus and a single clickable link will appear. Clicking this link toggles the menu open and closed - suitable for mobile devices. Smalltouch/smartphone breakpoints are supported by default.

Superfish: if you start using the Superfish module you should re-save the theme settings. Also enable the sf-Touchscreen plugin for your Superfish menu block.

Polyfills: for this to work in older browsers and Adroid 2 you need to enable the matchMedia polyfill (see the Polyfills tab).

'), + '#description' => t('

Menu Toggle for Mobile

The Menu Toggle will hide selected menus and a single clickable link will appear. Clicking this link toggles the menu open and closed - suitable for mobile devices. Smalltouch/smartphone breakpoints are supported by default.

Superfish: if you start using the Superfish module you should re-save the theme settings. Also enable the sf-Touchscreen plugin for your Superfish menu block.

Polyfills: for this to work in older browsers (such as IE8 and below) and Android 2 you need to enable the matchMedia polyfill (see the Polyfills tab).

'), ); // Select additional breakpoints