'); $breadcrumb[] = l('Administration', 'admin'); $breadcrumb[] = l('Tripal', 'admin/tripal'); $breadcrumb[] = l('Chado', 'admin/tripal/chado'); $breadcrumb[] = l('Projects', 'admin/tripal/chado/tripal_project'); drupal_set_breadcrumb($breadcrumb); // Add the view $view = views_embed_view('tripal_project_admin_projects','default'); if (isset($view)) { $output .= $view; } else { $output .= '
The Project 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 .= '