Project

General

Profile

« Previous | Next » 

Revision 25201777

Added by Andreas Kohlbecker over 4 years ago

ref #8320 fixing buggy implementation of icon links to references in theme function

View differences:

modules/cdm_dataportal/theme/cdm_dataportal.references.theme
80 80
    $out = '<span class="reference">' . $citation . '</span>';
81 81
  }
82 82
  if((isset($doIconLink) && $doIconLink === TRUE)) {
83
    $out .= custom_icon_font_markup('e903');
83
    $out .= l(custom_icon_font_markup('icon-interal-link-alt-solid', array('class' => array('superscript'))), path_to_reference($reference->uuid), array('html' => true));
84 84
  }
85 85

  
86 86
  if (!empty($microReference)) {

Also available in: Unified diff