Project

General

Profile

« Previous | Next » 

Revision 34dd7be9

Added by Andreas Kohlbecker about 11 years ago

paging for specimens implemented, common pager functions modified also for taxon search

View differences:

7.x/themes/palmweb_2/template.php
388 388
function palmweb_2_cdm_search_results($variables){
389 389
  $pager = $variables['pager'];
390 390
  $path = $variables['path'];
391
  $query_parameters = $variables['query_parameters'];
392 391
  $out = '';
393 392

  
394 393
  $showThumbnails = isset($_SESSION['pageoption']['searchtaxa']['showThumbnails']) ? $_SESSION['pageoption']['searchtaxa']['showThumbnails'] : 0;
......
437 436
    $out .= theme('cdm_pager', array(
438 437
      'pager' => $pager,
439 438
      'path' => $path,
440
      'parameters' => $query_parameters,
439
      'parameters' => $_REQUEST,
441 440
    ));
442 441
  }
443 442
  else {

Also available in: Unified diff