/[drupal]/contributions/modules/rotor/views/rotor.views.inc
ViewVC logotype

Diff of /contributions/modules/rotor/views/rotor.views.inc

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1.2.7, Sun May 3 10:14:02 2009 UTC revision 1.1.2.8, Thu Nov 5 11:41:46 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: rotor.views.inc,v 1.1.2.6 2009/04/22 08:09:22 mrfelton Exp $  // $Id: rotor.views.inc,v 1.1.2.7 2009/05/03 10:14:02 mrfelton Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 22  function rotor_views_plugins() { Line 22  function rotor_views_plugins() {
22          'handler' => 'rotor_plugin_style_rotor',          'handler' => 'rotor_plugin_style_rotor',
23          'path' => "$path/views",          'path' => "$path/views",
24          'theme' => 'rotor_view_rotor',          'theme' => 'rotor_view_rotor',
25          'theme file' => 'theme.inc',          'theme file' => 'theme.inc',
26          'theme path' => "$path/theme",          'theme path' => "$path/theme",
27          'uses row plugin' => TRUE,          'uses row plugin' => TRUE,
28          'uses options' => TRUE,          'uses options' => TRUE,
# Line 83  function rotor_views_data() { Line 83  function rotor_views_data() {
83      ),      ),
84    );    );
85    
86    $data['rotor_item']['nid'] = array(    $data['rotor_item']['rotor_image'] = array(
87      'title' => t('Rotor Item image'),      'title' => t('Rotor Item image'),
88        'real field' => 'nid',
89      'help' => t('Add a Rotor Item image as a field to this view.'),      'help' => t('Add a Rotor Item image as a field to this view.'),
90      'field' => array(      'field' => array(
91        'handler' => 'views_field_handler_rotor_image',        'handler' => 'views_field_handler_rotor_image',

Legend:
Removed from v.1.1.2.7  
changed lines
  Added in v.1.1.2.8

  ViewVC Help
Powered by ViewVC 1.1.2