You are here

function splashify_ajax_where_mobile_page_callback in Splashify 7

Ajax callback for the "which page" select for mobile devices.

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

File

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

Code

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