Project

General

Profile

« Previous | Next » 

Revision debd098b

Added by Niels Hoffmann over 15 years ago

minor

View differences:

themes/garland_cichorieae/template.php
41 41
  
42 42
  //$out = '<div style="display:none">'.print_r($_SESSION).'</div>';
43 43
  if($_SESSION['cdm']['search']){
44
    $out .= '<div id="backButton">'.l(t('Back to search result'), $_SESSION['cdm']['last_search'] ).'</div>';
44
    $out .= '<div id="backButton">'.l(t('Back to search result'), "http://" . $_SERVER['SERVER_NAME'] . " - " . $_SESSION['cdm']['last_search'] ).'</div>';
45 45
  }
46 46
  return $out;
47 47
}

Also available in: Unified diff