Project

General

Profile

« Previous | Next » 

Revision f95bf1b1

Added by Andreas Kohlbecker over 3 years ago

ref #8543 refactoring theme_cdm_annotation_footnotes to normal function

View differences:

modules/cdm_dataportal/theme/cdm_dataportal.descriptions.theme
330 330
    $out .= '</li>';
331 331
  }
332 332
  $out .= '</ul>';
333
  $out .= theme("cdm_annotation_footnotes", array('footnoteListKey' => RenderHints::getRenderPath()));
333
  $out .= cdm_annotation_footnotes(RenderHints::getRenderPath());
334 334
  RenderHints::popFromRenderStack();
335 335

  
336 336
  return $out;

Also available in: Unified diff