Projet

Général

Profil

Révision d719f12f

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

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/views/includes/plugins.inc
408 408
 */
409 409
function views_discover_plugins() {
410 410
  $cache = array('display' => array(), 'style' => array(), 'row' => array(), 'argument default' => array(), 'argument validator' => array(), 'access' => array(), 'cache' => array(), 'exposed_form' => array());
411
  // Get plugins from all mdoules.
411
  // Get plugins from all modules.
412 412
  foreach (module_implements('views_plugins') as $module) {
413 413
    $function = $module . '_views_plugins';
414 414
    $result = $function();
......
526 526
   * Provide a full list of possible theme templates used by this style.
527 527
   */
528 528
  function theme_functions() {
529
    if (empty($this->definition['theme'])) {
530
      $this->definition['theme'] = 'views_view';
531
    }
529 532
    return views_theme_functions($this->definition['theme'], $this->view, $this->display);
530 533
  }
531 534

  

Formats disponibles : Unified diff