| 1 |
<?php |
<?php |
| 2 |
// $Id: indexpage.module,v 1.8.2.6.2.19 2009/05/21 20:04:25 nancyw Exp $ |
// $Id: indexpage.module,v 1.8.2.6.2.20 2009/05/31 17:41:09 nancyw Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 431 |
'title' => array('data' => t('Title'), 'field' => 'title', 'sort' => 'asc', 'class' => 'left'), |
'title' => array('data' => t('Title'), 'field' => 'title', 'sort' => 'asc', 'class' => 'left'), |
| 432 |
'type' => array('data' => t('Type'), 'field' => 'type', 'class' => 'center'), |
'type' => array('data' => t('Type'), 'field' => 'type', 'class' => 'center'), |
| 433 |
'language' => array('data' => t('Language'), 'field' => 'language', 'class' => 'center'), |
'language' => array('data' => t('Language'), 'field' => 'language', 'class' => 'center'), |
| 434 |
'uid' => array('data' => t('Author')), 'field' => 'uid', 'class' => 'left', |
'uid' => array('data' => t('Author'), 'field' => 'uid', 'class' => 'left'), |
| 435 |
'authors' => array('data' => t('Authors / Editors'), 'field' => 'uid', 'class' => 'left'), |
'authors' => array('data' => t('Authors / Editors'), 'field' => 'uid', 'class' => 'left'), |
| 436 |
'terms' => array('data' => t('Terms'), /*'field' => 'taxonomy',*/ 'class' => 'left'), |
'terms' => array('data' => t('Terms'), /*'field' => 'taxonomy',*/ 'class' => 'left'), |
| 437 |
'created' => array('data' => t('Created'), 'field' => 'created', 'class' => 'center'), |
'created' => array('data' => t('Created'), 'field' => 'created', 'class' => 'center'), |