Projet

Général

Profil

Révision 219d19c4

Ajouté par Assos Assos il y a plus de 3 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/ctools/ctools_ajax_sample/ctools_ajax_sample.module
187 187
    );
188 188
  }
189 189

  
190
  $output .= theme('table', array('header' => $header, 'rows' => $rows, array('class' => array('ajax-sample-table'))));
190
  $output .= theme('table', array('header' => $header, 'rows' => $rows, 'attributes' => array('class' => array('ajax-sample-table'))));
191 191

  
192 192
  // Show examples of ctools javascript widgets.
193 193
  $output .= '<h2>' . t('CTools Javascript Widgets') . '</h2>';

Formats disponibles : Unified diff