function splashify_ajax_how_desktop_mode_callback in Splashify 6
Same name and namespace in other branches
- 7 admin/splashify.admin.how.inc \splashify_ajax_how_desktop_mode_callback()
Ajax callback for the desktop mode dropdown.
1 string reference to 'splashify_ajax_how_desktop_mode_callback'
- splashify_admin_how_form in admin/
splashify.admin.how.inc - "How" settings tab.
File
- admin/
splashify.admin.how.inc, line 115 - The admin "How" tab.
Code
function splashify_ajax_how_desktop_mode_callback($form, &$form_state) {
return $form['desktop']['mode_value'];
}