|
@@ -1179,14 +1179,6 @@ function tripal_analysis_kegg_select_form(&$form_state = NULL,$node){
|
|
|
# create the select box
|
|
|
global $base_url;
|
|
|
$theme_dir = drupal_get_path('theme', 'tripal');
|
|
|
- $form['theme_dir'] = array(
|
|
|
- '#type' => 'hidden',
|
|
|
- '#value' => $theme_dir,
|
|
|
- );
|
|
|
- $form['base_url'] = array(
|
|
|
- '#type' => 'hidden',
|
|
|
- '#value' => $base_url,
|
|
|
- );
|
|
|
$form['tripal_analysis_kegg_select'] = array(
|
|
|
'#title' => t('Select a KEGG report to view'),
|
|
|
'#description' => t('Any analysis with KEGG results related to this organism are available for viewing. For further information, see the analysis information page.'),
|