source: sipes/modules_contrib/views_bonus/panels/views_bonus_plugin_style_panels_threecol_term.inc @ c43ea01

stableversion-3.0
Last change on this file since c43ea01 was 177a560, checked in by José Gregorio Puentes <jpuentes@…>, 8 años ago

se agrego el directorio de modulos contribuidos de drupal

  • Propiedad mode establecida a 100755
File size: 544 octetos
Línea 
1<?php
2// $Id: views_bonus_plugin_style_panels_threecol_term.inc,v 1.3 2009/01/03 04:50:45 neclimdul Exp $
3/**
4 * @file
5 * Plugin include file for a 3 column term based style plugin.
6 */
7
8/**
9 * ...
10 *
11 * @todo document
12 * @ingroup views_style_plugins
13 */
14class views_bonus_plugin_style_panels_threecol_term extends views_plugin_style {
15  /**
16   * Set default options
17   */
18  function options(&$options) {
19    parent::options($options);
20  }
21
22  function options_form(&$form, &$form_state) {
23    parent::options_form($form, $form_state);
24  }
25}
26
27
28
Nota: Vea TracBrowser para ayuda de uso del navegador del repositorio.