Project

General

Profile

« Previous | Next » 

Revision d337d851

Added by Andreas Kohlbecker over 4 years ago

fix #8565 switching to fa-external-link-alt as fa-external-link is no longer in the set of free icons

View differences:

modules/cdm_dataportal/theme/cdm_dataportal.references.theme
125 125
  if (!empty($uri)) {
126 126
    if($iconified){
127 127
      $options['html'] = true;
128
      return l(font_awesome_icon_markup('fa-external-link', array('class' => array('superscript'))), $uri, $options);
128
      return l(font_awesome_icon_markup('fa-external-link-alt', array('class' => array('superscript'))), $uri, $options);
129 129
    } else {
130 130
      return l($uri, $uri, $options);
131 131
    }

Also available in: Unified diff