Browse Source

Changed the configuration name

pull/43/head
Ben Woodhead 13 years ago
parent
commit
e6e30cb501
  1. 2
      formClass.inc

2
formClass.inc

@ -25,7 +25,7 @@ class formClass {
$items = array(); $items = array();
$items['admin/settings/islandora_repository'] = array( $items['admin/settings/islandora_repository'] = array(
'title' => t('Configure Islandora'), 'title' => t('Islandora Configure'),
'description' => t('Enter the Islandora Collection information here'), 'description' => t('Enter the Islandora Collection information here'),
'page callback' => 'drupal_get_form', 'page callback' => 'drupal_get_form',
'page arguments' => array('islandora_repository_admin'), 'page arguments' => array('islandora_repository_admin'),

Loading…
Cancel
Save