Project

General

Profile

« Previous | Next » 

Revision b5d430df

Added by Andreas Kohlbecker about 15 years ago

improvements for diptera

View differences:

modules/cdm_dataportal/cdm_dataportal.theme.php
731 731
  }
732 732
}
733 733

  
734
/**
735
 * Allows theaming of the taxon page tabs
736
 * 
737
 * @param $tabname
738
 * @return unknown_type
739
 */
740
function theme_cdm_taxonpage_tab($tabname){
741
  switch($tabname){
742
    default: return t($tabname); 
743
  }
744
}
745

  
734 746
function theme_cdm_acceptedFor(){
735 747
  $out = '';
736 748
  

Also available in: Unified diff