array( 'tree' => array( 'title' => t('Tree (Adjacency model)'), 'help' => t('Display the results as a nested tree'), 'handler' => 'views_tree_plugin_style_tree', 'theme' => 'views_tree', 'uses options' => TRUE, 'uses row plugin' => TRUE, 'uses fields' => TRUE, 'uses grouping' => FALSE, 'type' => 'normal', 'parent' => 'list', //'path' => drupal_get_path('module', 'views_tree'), ), ), ); return $plugin; }