You are here

function hook_admin_paths in Users Export 7.2

Implements hook_admin_paths().

File

./users_export.api.php, line 81
API documentation for users_export module.

Code

function hook_admin_paths() {
  return array(
    // Indicate we want our path defined above to use the admin theme.
    'do/re/mi' => TRUE,
  );
}