Project

General

Profile

« Previous | Next » 

Revision e9cc637a

Added by Andreas Kohlbecker over 3 years ago

ref #8543 refactoring cdm_annotations to normal function

View differences:

modules/cdm_dataportal/theme/cdm_dataportal.descriptions.theme
119 119
    $out .= '</div>';
120 120
  }
121 121
  // Display annotations.
122
  $out .= theme('cdm_annotations', array('annotations' => cdm_fetch_visible_annotations($identificationKey), 'enclosingTag' => 'div'));
122
  $out .= cdm_annotations(cdm_fetch_visible_annotations($identificationKey),'div');
123 123
  RenderHints::popFromRenderStack();
124 124
  return $out;
125 125
}

Also available in: Unified diff