function shortcut_admin_paths

Implements hook_admin_paths().

File

modules/shortcut/shortcut.module, line 167

Code

function shortcut_admin_paths() {
  $paths = array(
    'user/*/shortcuts' => TRUE,
  );
  return $paths;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.