Projet

Général

Profil

Révision c304a780

Ajouté par Assos Assos il y a environ 6 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/ctools/views_content/plugins/content_types/views_row.inc
35 35
  }
36 36

  
37 37
  // Build the content type block.
38
  $block = new stdClass();
38
  $block          = new stdClass();
39 39
  $block->module  = 'views_row';
40 40
  $block->delta   = $context->argument;
41 41
  $block->title   = '';
......
91 91
        'view' => $view,
92 92
        'options' => $plugin->options,
93 93
        'rows' => $rows,
94
        'title' => $title
94
        'title' => $title,
95 95
      )
96 96
    );
97 97
  }

Formats disponibles : Unified diff