You are here

function splashify_ajax_where_desktop_page_callback in Splashify 7

Ajax callback for the "which page" select for desktop.

1 string reference to 'splashify_ajax_where_desktop_page_callback'
splashify_admin_where_form in admin/splashify.admin.where.inc
"Where" settings tab.

File

admin/splashify.admin.where.inc, line 178
The admin "Where" tab.

Code

function splashify_ajax_where_desktop_page_callback($form, &$form_state) {
  return $form['desktop']['options'];
}