l('Add Tripal site', '/admin/tripal/ws/tripal_sites/add') ); $sites = array('Select a Tripal site'); $form['edit_tripal_site'] = array( '#type' => 'select', '#description' => 'Make change to an existing Tripal site', '#options' => $sites ); return $form; }