Project

General

Profile

« Previous | Next » 

Revision d936e849

Added by Andreas Kohlbecker almost 13 years ago

removing comment

View differences:

modules/cdm_dataportal/theme/cdm_dataportal.descriptions.theme
156 156
		// theme
157 157
		if(count($node->children) > 0){
158 158
			//TODO support more than one level of childen http://dev.e-taxonomy.eu/trac/ticket/2393
159
			/*
160
			 $out .= '<div class="nested_description_elements">';
161
			 $out .= theme('cdm_feature_nodes', $node->children, $taxon);
162
			 $out .= '</div>';
163
			 */
164 159
			$text = '';
165 160
			foreach ($node->children as $child){
166 161
			 //$out .= theme('cdm_descriptionElementTextData', $child->descriptionElements[0], false);

Also available in: Unified diff