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/views/views_content_plugin_style_ctools_context.inc
1 1
<?php
2

  
2 3
/**
3 4
 * @file
4 5
 * Contains the default style plugin.
......
11 12
 * @ingroup views_style_plugins
12 13
 */
13 14
class views_content_plugin_style_ctools_context extends views_plugin_style {
14
  var $rows = array();
15
  public $rows = array();
15 16

  
16 17
  /**
17 18
   * Render the display in this style.
18 19
   */
19
  function render() {
20
  public function render() {
20 21
    if (!empty($this->view->display_handler->previewing)) {
21 22
      return parent::render();
22 23
    }

Formats disponibles : Unified diff