|
|
@ -2194,7 +2194,7 @@ function islandora_islandora_overview_object(AbstractObject $object) { |
|
|
|
'#theme' => 'table', |
|
|
|
'#theme' => 'table', |
|
|
|
'#header' => array($header), |
|
|
|
'#header' => array($header), |
|
|
|
'#rows' => $rows, |
|
|
|
'#rows' => $rows, |
|
|
|
'#empty' => t('No Islandora content model associated with this object.'), |
|
|
|
'#empty' => t('No Islandora content model associated with this object.') |
|
|
|
); |
|
|
|
); |
|
|
|
return array('cmodels' => $table); |
|
|
|
return array('cmodels' => $table); |
|
|
|
} |
|
|
|
} |
|
|
|