Project

General

Profile

« Previous | Next » 

Revision a22e3f38

Added by Andreas Kohlbecker about 16 years ago

View differences:

modules/cdm_dataportal/cdm_taxontree/cdm_taxontree.module
249 249
  
250 250
  // filter icon 
251 251
  $out .= ' '
252
     .l('<img src="'.drupal_get_path('module', 'cdm_taxontree').'/'.$filter_icon.'" alt="[f]"', 
252
     .l('<img src="'.drupal_get_path('module', 'cdm_taxontree').'/'.$filter_icon.'" alt="[f]" />', 
253 253
    'cdm_dataportal/filter/'.$filter_op.'/'.$node->uuid, array('class'=>'filter_'.$filter_op), 
254 254
    'destination='.cdm_dataportal_taxon_path($node->uuid), 
255 255
     null, false, true);
......
260 260
  // concept_switch
261 261
  if(isset($node->alternativeConceptRefs[0])){
262 262
    $out .= l(
263
      '<img src="'.drupal_get_path('module', 'cdm_taxontree').'/concept_switch.gif" alt="[-&gt;]"', 
263
      '<img src="'.drupal_get_path('module', 'cdm_taxontree').'/concept_switch.gif" alt="[-&gt;]" />', 
264 264
      'cdm_dataportal/taxon/alternative/'.$node->uuid, 
265 265
      array('rel'=>'cdm_dataportal/taxon/alternative/'.$node->uuid, 'class'=>'concept_switch'), 
266 266
      null, null, false, true);

Also available in: Unified diff