| 1 |
<?php // -*-php-*- |
<?php // -*-php-*- |
| 2 |
/* $Id: fooaggregator_views.inc,v 1.4.2.3 2007/08/18 18:50:37 alaa Exp $ */ |
/* $Id: fooaggregator_views.inc,v 1.4.2.4 2008/05/04 01:00:22 alaa Exp $ */ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* Implementation of hook_views_style_plugins() |
* Implementation of hook_views_style_plugins() |
| 358 |
), |
), |
| 359 |
'author' => array( |
'author' => array( |
| 360 |
'name' => t('Feed Item: Author'), |
'name' => t('Feed Item: Author'), |
|
'query_handler' => 'fooaggregator_views_query_handler_field_author', |
|
| 361 |
), |
), |
| 362 |
), |
), |
| 363 |
'filters' => array( |
'filters' => array( |