Browse Source

Restore menu title on Digital Repository (fedora/repository).

pull/105/head
Zachary Howarth 14 years ago
parent
commit
500f3ebd00
  1. 2
      formClass.inc

2
formClass.inc

@ -78,7 +78,7 @@ class formClass {
// 'access' => TRUE // 'access' => TRUE
); );
$items['fedora/repository'] = array( $items['fedora/repository'] = array(
// 'title' => t('Digital repository'), 'title' => t('Digital repository'),
'page callback' => 'repository_page', 'page callback' => 'repository_page',
'type' => MENU_NORMAL_ITEM, 'type' => MENU_NORMAL_ITEM,
// 'page arguments'=>array(1), // 'page arguments'=>array(1),

Loading…
Cancel
Save