You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
291 B
PHP

/**
* AJAX interface for remembering user preferences set on the fly
*
* Match /preferences/ajax/
*/
'preferences_ajax' => array
(
'handler' => array ('midgard_admin_asgard_handler_preferences', 'ajax'),
'fixed_args' => array('preferences', 'ajax'),
'variable_args' => 0,
),