| 1 |
<?php |
<?php |
| 2 |
// $Id: index.module,v 1.1.2.9 2009/10/19 01:19:46 xano Exp $ |
// $Id: index.module,v 1.1.2.10 2009/11/08 20:11:49 xano Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 228 |
'#file' => 'includes/index.view.inc', |
'#file' => 'includes/index.view.inc', |
| 229 |
), |
), |
| 230 |
); |
); |
| 231 |
|
$entities['comment'] = array( |
| 232 |
|
'#title' => t('Comments'), |
| 233 |
|
'#relations' => array( |
| 234 |
|
'node' => 'nid', |
| 235 |
|
'user' => 'uid', |
| 236 |
|
), |
| 237 |
|
'#data_callback_info' => array( |
| 238 |
|
'#callback' => 'index_data_get_comment', |
| 239 |
|
'#file' => 'includes/index.data.inc', |
| 240 |
|
), |
| 241 |
|
'#theme_info' => array( |
| 242 |
|
'#theme' => 'index_data_comment', |
| 243 |
|
'#file' => 'includes/index.view.inc', |
| 244 |
|
), |
| 245 |
|
); |
| 246 |
$entities['taxonomy_term'] = array( |
$entities['taxonomy_term'] = array( |
| 247 |
'#title' => t('Terms'), |
'#title' => t('Terms'), |
| 248 |
'#relations' => array( |
'#relations' => array( |