notphp.inc 291 B

1234567891011
  1. /**
  2. * AJAX interface for remembering user preferences set on the fly
  3. *
  4. * Match /preferences/ajax/
  5. */
  6. 'preferences_ajax' => array
  7. (
  8. 'handler' => array ('midgard_admin_asgard_handler_preferences', 'ajax'),
  9. 'fixed_args' => array('preferences', 'ajax'),
  10. 'variable_args' => 0,
  11. ),