| 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 |
| 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, |
| 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', |