|  | @@ -23,9 +23,23 @@ require_once 'DEPRECATED/tripal-2.0_pre-release.inc';
 | 
	
		
			
				|  |  |   */
 | 
	
		
			
				|  |  |  function tripal_api_theme($existing, $type, $theme, $path) {
 | 
	
		
			
				|  |  |    return array(
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    // Chado Node API Themes
 | 
	
		
			
				|  |  | +    // --------------------------------
 | 
	
		
			
				|  |  | +    // Properties Node Form
 | 
	
		
			
				|  |  |      'tripal_api_chado_node_properties_form_table' => array(
 | 
	
		
			
				|  |  |        'function' => 'theme_tripal_api_chado_node_properties_form_table',
 | 
	
		
			
				|  |  |        'render element' => 'element',
 | 
	
		
			
				|  |  |      ),
 | 
	
		
			
				|  |  | +    // Additional Dbxrefs node form
 | 
	
		
			
				|  |  | +    'tripal_api_chado_node_additional_dbxrefs_form_table' => array(
 | 
	
		
			
				|  |  | +      'function' => 'theme_tripal_api_chado_node_additional_dbxrefs_form_table',
 | 
	
		
			
				|  |  | +      'render element' => 'element',
 | 
	
		
			
				|  |  | +    ),
 | 
	
		
			
				|  |  | +    // Relationships node form
 | 
	
		
			
				|  |  | +    'tripal_api_chado_node_relationships_form_table' => array(
 | 
	
		
			
				|  |  | +      'function' => 'theme_tripal_api_chado_node_relationships_form_table',
 | 
	
		
			
				|  |  | +      'render element' => 'element',
 | 
	
		
			
				|  |  | +    ),
 | 
	
		
			
				|  |  |    );
 | 
	
		
			
				|  |  |  }
 |