You are here

function smartqueue_admin_paths in Nodequeue 7.2

Implements hook_admin_paths().

File

modules/smartqueue/smartqueue.module, line 36

Code

function smartqueue_admin_paths() {
  $paths = array(
    'taxonomy/term/*/queue' => TRUE,
  );
  return $paths;
}