Project

General

Profile

« Previous | Next » 

Revision 0387c539

Added by Andreas Kohlbecker over 13 years ago

footnotes for taxon names in the synonymy page #392 and replacing "senu bubbles" #391

View differences:

modules/cdm_dataportal/classes/renderhints.php
23 23
      
24 24
    }
25 25

  
26
    public static function getfootnoteListKey(){
26
    public static function getFootnoteListKey(){
27 27
      return self::$footnoteListKey;
28 28
    }
29 29
    
30
    public static function setfootnoteListKey($key){
31
      return self::$footnoteListKey = $footnoteListKey;
30
    public static function setFootnoteListKey($key){
31
      self::$footnoteListKey = $key;
32 32
    }
33 33
    
34 34
    public static function pushToRenderStack($pathelement){
35
      return array_push(self::$renderStack, $pathelement);
35
      array_push(self::$renderStack, $pathelement);
36 36
    }
37 37
    
38 38
   

Also available in: Unified diff