Project

General

Profile

« Previous | Next » 

Revision 0a1dc066

Added by Andreas Kohlbecker almost 6 years ago

harmonizing search method names

View differences:

modules/cdm_dataportal/cdm_dataportal.module
1868 1868

  
1869 1869
  drupal_set_title(t('Search results'), PASS_THROUGH);
1870 1870

  
1871
  return theme('cdm_search_results', array(
1871
  return theme('cdm_search_taxa_results', array(
1872 1872
    'pager' => $taxonPager,
1873 1873
    'path' => 'cdm_dataportal/search/results/taxon',
1874 1874
    ));
modules/cdm_dataportal/theme/cdm_dataportal.page.theme
230 230
 *
231 231
 * @ingroup themeable
232 232
 */
233
function theme_cdm_search_results($variables)
233
function theme_cdm_search_taxa_results($variables)
234 234
{
235 235
  $pager = $variables['pager'];
236 236
  $path = $variables['path'];
modules/cdm_dataportal/theme/theme_registry.inc
128 128
    'cdm_OriginalSource' => array('variables' => array('source' => NULL, 'doLink' => TRUE, 'do_link_to_name_used_in_source' => FALSE)),
129 129

  
130 130
    // Themes in cdm_dataportal.taxon.theme.
131
    'cdm_search_results' => array('variables' => array(
131
    'cdm_search_taxa_results' => array('variables' => array(
132 132
        'pager' => NULL,
133 133
        'path' => NULL
134 134
    )),
themes/palmweb_2/template.php
77 77
 * @todo Please document this function.
78 78
 * @see http://drupal.org/node/1354
79 79
 */
80
function palmweb_2_cdm_search_results($variables){
80
function palmweb_2_cdm_search_taxa_results($variables){
81 81
  $pager = $variables['pager'];
82 82
  $path = $variables['path'];
83 83
  $out = '';

Also available in: Unified diff