| 1 |
<?php |
<?php |
| 2 |
// $Id: rotor.views.inc,v 1.1.2.7 2009/05/03 10:14:02 mrfelton Exp $ |
// $Id: rotor.views.inc,v 1.1.2.8 2009/11/05 11:41:46 mrfelton Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 83 |
), |
), |
| 84 |
); |
); |
| 85 |
|
|
| 86 |
$data['rotor_item']['rotor_image'] = array( |
$data['rotor_item']['rotor_item_image'] = array( |
| 87 |
'title' => t('Rotor Item image'), |
'title' => t('Rotor Item image'), |
| 88 |
'real field' => 'nid', |
'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.'), |
| 92 |
'click sortable' => FALSE, |
'click sortable' => FALSE, |
| 93 |
), |
), |
| 94 |
); |
); |
| 95 |
$data['rotor_item']['url'] = array( |
$data['rotor_item']['rotor_item_url'] = array( |
| 96 |
'title' => t('Rotor Item link'), |
'title' => t('Rotor Item link'), |
| 97 |
|
'real field' => 'url', |
| 98 |
'help' => t('Add a Rotor Item link as a field to this view.'), |
'help' => t('Add a Rotor Item link as a field to this view.'), |
| 99 |
'field' => array( |
'field' => array( |
| 100 |
'handler' => 'views_handler_field_url', |
'handler' => 'views_handler_field_url', |