Project

General

Profile

« Previous | Next » 

Revision c0ac3382

Added by Andreas Kohlbecker over 16 years ago

View differences:

modules/cdm_dataportal/cdm_dataportal.theme.php
174 174
  return $out;
175 175
}
176 176

  
177
function theme_cdm_dataportal_credits(){
177
function theme_cdm_credits(){
178 178
  $secRef_array = _cdm_dataportal_currentSecRef_array();
179
  return '<span class="sec_reference_citation">'.$secRef_array['citation'].'</span>';
179
  return '<span class="sec_reference_citation">'.$secRef_array['citation'].'</span>'
180
  .( $secRef_array['year'] ? ' <span class="year">'.$secRef_array['year'].'</span>' : '')
181
  .( $secRef_array['authorship'] ? '<div class="author">'.$secRef_array['authorship'].'</div>' : '');
180 182
}
181 183

  
182 184

  

Also available in: Unified diff