Browse Source

Fixed type

Stephen Ficklin 10 years ago
parent
commit
762165d116

+ 1 - 1
tripal_feature/theme/templates/tripal_feature_references.tpl.php

@@ -31,7 +31,7 @@ if(count($references) > 0){ ?>
   // the $headers array is an array of fields to use as the colum headers.
   // additional documentation can be found here
   // https://api.drupal.org/api/drupal/includes%21theme.inc/function/theme_table/7
-  $headers = array('Dababase', 'Accession');
+  $headers = array('Database', 'Accession');
   
   // the $rows array contains an array of rows where each row is an array
   // of values for each column of the table in that row.  Additional documentation

+ 1 - 1
tripal_featuremap/theme/templates/tripal_featuremap_references.tpl.php

@@ -19,7 +19,7 @@ if(count($references) > 0){ ?>
   // the $headers array is an array of fields to use as the colum headers.
   // additional documentation can be found here
   // https://api.drupal.org/api/drupal/includes%21theme.inc/function/theme_table/7
-  $headers = array('Dababase', 'Accession');
+  $headers = array('Database', 'Accession');
   
   // the $rows array contains an array of rows where each row is an array
   // of values for each column of the table in that row.  Additional documentation

+ 1 - 1
tripal_library/theme/templates/tripal_library_references.tpl.php

@@ -19,7 +19,7 @@ if(count($references) > 0){ ?>
   // the $headers array is an array of fields to use as the colum headers.
   // additional documentation can be found here
   // https://api.drupal.org/api/drupal/includes%21theme.inc/function/theme_table/7
-  $headers = array('Dababase', 'Accession');
+  $headers = array('Database', 'Accession');
   
   // the $rows array contains an array of rows where each row is an array
   // of values for each column of the table in that row.  Additional documentation

+ 1 - 1
tripal_organism/theme/templates/tripal_organism_references.tpl.php

@@ -25,7 +25,7 @@ if(count($references) > 0){ ?>
   // the $headers array is an array of fields to use as the colum headers.
   // additional documentation can be found here
   // https://api.drupal.org/api/drupal/includes%21theme.inc/function/theme_table/7
-  $headers = array('Dababase', 'Accession');
+  $headers = array('Database', 'Accession');
   
   // the $rows array contains an array of rows where each row is an array
   // of values for each column of the table in that row.  Additional documentation

+ 1 - 1
tripal_stock/theme/templates/tripal_stock_references.tpl.php

@@ -31,7 +31,7 @@ if(count($references) > 0){ ?>
   // the $headers array is an array of fields to use as the colum headers.
   // additional documentation can be found here
   // https://api.drupal.org/api/drupal/includes%21theme.inc/function/theme_table/7
-  $headers = array('Dababase', 'Accession');
+  $headers = array('Database', 'Accession');
   
   // the $rows array contains an array of rows where each row is an array
   // of values for each column of the table in that row.  Additional documentation