Project

General

Profile

« Previous | Next » 

Revision aa26f9f0

Added by Andreas Kohlbecker about 8 years ago

restructuring description element code

View differences:

themes/garland_diptera/template.php
202 202

  
203 203
  $feature = NULL;
204 204
  // FIXME the below line was plain wrong before refactoring from theme to compose function
205
  // it was like theme('compose_cdm_feature_block_elements', $outArray, $feature, $glue, $sortOutArray, $enclosingHtml);
205
  // it was like theme('compose_feature_block_elements', $outArray, $feature, $glue, $sortOutArray, $enclosingHtml);
206 206
  // which could never have worked
207
  return compose_cdm_feature_block_elements($outArray, $feature, $glue, $sortOutArray, $enclosingHtml);
207
  return compose_feature_block_elements($outArray, $feature, $glue, $sortOutArray, $enclosingHtml);
208 208
}
209 209

  
210 210
/**

Also available in: Unified diff