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/views_content.module
1 1
<?php
2 2

  
3 3
/**
4
 * @file views_content.module
5
 *
4
 * @file
6 5
 * Provides views as panels content, configurable by the administrator.
7 6
 * Each view provided as panel content must be configured in advance,
8 7
 * but once configured, building panels with views is a little bit simpler.
......
29 28
}
30 29

  
31 30
/**
32
 * Implementation of hook_ctools_plugin_dierctory() to let the system know
33
 * where our content_type plugins are.
31
 * Implements hook_ctools_plugin_dierctory().
32
 *
33
 * To let the system know where our content_type plugins are.
34 34
 */
35 35
function views_content_ctools_plugin_directory($owner, $plugin_type) {
36 36
  if ($owner == 'ctools') {

Formats disponibles : Unified diff