'); $breadcrumb[] = l('Administration', 'admin'); $breadcrumb[] = l('Tripal', 'admin/tripal'); $breadcrumb[] = l('Chado', 'admin/tripal/chado'); $breadcrumb[] = l('Maps', 'admin/tripal/chado/tripal_featuremap'); drupal_set_breadcrumb($breadcrumb); // Add the view $view = views_embed_view('tripal_featuremap_admin_featuremaps','default'); if (isset($view)) { $output .= $view; } else { $output .= '
The Tripal Feature Map Module uses primarily views to provide an ' . 'administrative interface. Currently one or more views needed for this ' . 'administrative interface are disabled. Click each of the following links to ' . 'enable the pertinent views:
'; $output .= '