Project

General

Profile

« Previous | Next » 

Revision 39a9e629

Added by Andreas Kohlbecker almost 4 years ago

fixing unsuccessful refactoring of annotation functions

View differences:

modules/cdm_dataportal/theme/cdm_dataportal.common.theme
154 154
 *
155 155
 * @ingroup themeable
156 156
 */
157
function theme_cdm_annotations_as_footnotekeys($variables) {
157
function theme_cdm_entities_annotations_as_footnotekeys($variables) {
158 158
  $cdm_entities = $variables['cdmBase_list'];
159 159
  $footnote_list_key = $variables['footnote_list_key'];
160
  // check if footnotes for annotations are disabled completely
160 161
  if (variable_get('cdm_dataportal_annotations_footnotes', CDM_DATAPORTAL_ALL_FOOTNOTES)) {
161 162
    return '';
162 163
  }

Also available in: Unified diff