Browse Source

Moved the files to a single poorly chosen place

pull/53/head
Ben Woodhead 13 years ago
parent
commit
f255932abb
  1. 4
      core/formClass.inc
  2. 0
      xsl/collection_policy.xsd
  3. 0
      xsl/islandoracm.xsd

4
core/formClass.inc

@ -49,7 +49,7 @@ class formClass {
'type' => MENU_LOCAL_TASK, 'type' => MENU_LOCAL_TASK,
); );
$items['islandoracm.xsd'] = array( $items['xsl/islandoracm.xsd'] = array(
'title' => t('Islandora Content Model XML Schema Definition'), 'title' => t('Islandora Content Model XML Schema Definition'),
'page callback' => 'fedora_repository_display_schema', 'page callback' => 'fedora_repository_display_schema',
'page arguments' => array('islandoracm.xsd'), 'page arguments' => array('islandoracm.xsd'),
@ -57,7 +57,7 @@ class formClass {
'access arguments' => array('view fedora collection'), 'access arguments' => array('view fedora collection'),
); );
$items['collection_policy.xsd'] = array( $items['xsl/collection_policy.xsd'] = array(
'title' => t('Islandora Content Model XML Schema Definition'), 'title' => t('Islandora Content Model XML Schema Definition'),
'page callback' => 'fedora_repository_display_schema', 'page callback' => 'fedora_repository_display_schema',
'page arguments' => array('collection_policy.xsd'), 'page arguments' => array('collection_policy.xsd'),

0
xsd/collection_policy.xsd → xsl/collection_policy.xsd

0
xsd/islandoracm.xsd → xsl/islandoracm.xsd

Loading…
Cancel
Save