function autocomplete_form_user_login_alter(&$form, &$form_state) {
$form['#attributes']['autocomplete'] = 'off';
}
$form['#attributes']['autocomplete'] = 'off';
}
"Drupal is a free software package that allows an individual or a community of users to easily publish, manage, and organize a wide variety of content on a web site."
function MY_THEME_preprocess_menu(&$variables) { if ($variables['menu_name'] == 'brancott-header-menu') { $langu...
Nice post!
ReplyDelete