Project

General

Profile

« Previous | Next » 

Revision e613c91b

Added by Niels Hoffmann about 15 years ago

View differences:

modules/cdm_dataportal/cdm_dataportal.theme.php
751 751

  
752 752
function theme_cdm_back_to_search_result_button(){
753 753
  $out = '';
754
  
755
  $out = '<div stlye="display:none">'.print_r($_SESSION).'</div>';
754 756
  if($_SESSION['cdm']['search']){
755 757
    $out .= '<div id="backButton">'.l(t('Back to search result'), $_SESSION['cdm']['last_search'] ).'</div>';
756 758
  }

Also available in: Unified diff