Project

General

Profile

« Previous | Next » 

Revision 7272d19c

Added by Andreas Kohlbecker about 8 years ago

refactoring: reducing amount of theme functions, functions moved into includes

View differences:

themes/palmweb_2/template.php
123 123
  $out .= '> ' . t('Show Image Thumbnails') . '</form></div>';
124 124
  if (!empty($pager) && count($pager->records) > 0) {
125 125
      $out .= '<div id="search_results">';
126
    $out .= theme('cdm_list_of_taxa', array('records' => $pager->records));
126
    $out .= drupal_render(compose_list_of_taxa($pager->records));
127 127
    $out .= '</div>';
128 128
    $out .= theme('cdm_pager', array(
129 129
      'pager' => $pager,

Also available in: Unified diff