Projet

Général

Profil

Révision 5d12d676

Ajouté par Assos Assos il y a environ 6 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/views/modules/node.views_default.inc
6 6
 */
7 7

  
8 8
/**
9
 * Implementation of hook_views_default_views()
9
 * Implements hook_views_default_views().
10 10
 */
11 11
function node_views_default_views() {
12 12
  $views = array();
13 13

  
14
  $view = new view;
14
  $view = new view();
15 15
  $view->name = 'archive';
16 16
  $view->description = 'Display a list of months that link to content for that month.';
17 17
  $view->tag = 'default';
......
99 99

  
100 100
  $views['archive'] = $view;
101 101

  
102
  $view = new view;
102
  $view = new view();
103 103
  $view->name = 'frontpage';
104 104
  $view->description = 'Emulates the default Drupal front page; you may set the default home page path to this view to make it your front page.';
105 105
  $view->tag = 'default';
......
181 181

  
182 182
  $views['frontpage'] = $view;
183 183

  
184
  $view = new view;
184
  $view = new view();
185 185
  $view->name = 'glossary';
186 186
  $view->description = 'A list of all content, by letter.';
187 187
  $view->tag = 'default';

Formats disponibles : Unified diff