Project

General

Profile

« Previous | Next » 

Revision f2e3c080

Added by Andreas Kohlbecker over 3 years ago

ref #8543 moving name_relationship_footnote_markup() to footnotes.inc

View differences:

modules/cdm_dataportal/classes/renderhints.php
43 43
   *   The FootnoteListKey as set or the default FootnoteListKey ('PAGE_GLOBAL')
44 44
   */
45 45
  public static function getFootnoteListKey() {
46
    return self::$footnoteListKey ? self::$footnoteListKey : self::$footnoteListKeyDefault;
46
    if(self::$footnoteListKey){
47
      return self::$footnoteListKey;
48
    } else {
49
      return self::$footnoteListKeyDefault;
50
    }
47 51
  }
48 52

  
49 53
  /**

Also available in: Unified diff