diff --git a/core/formClass.inc b/core/formClass.inc index d1505d25..0206da1f 100644 --- a/core/formClass.inc +++ b/core/formClass.inc @@ -49,7 +49,7 @@ class formClass { 'type' => MENU_LOCAL_TASK, ); - $items['islandoracm.xsd'] = array( + $items['xsl/islandoracm.xsd'] = array( 'title' => t('Islandora Content Model XML Schema Definition'), 'page callback' => 'fedora_repository_display_schema', 'page arguments' => array('islandoracm.xsd'), @@ -57,7 +57,7 @@ class formClass { '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'), 'page callback' => 'fedora_repository_display_schema', 'page arguments' => array('collection_policy.xsd'), diff --git a/xsd/collection_policy.xsd b/xsl/collection_policy.xsd similarity index 100% rename from xsd/collection_policy.xsd rename to xsl/collection_policy.xsd diff --git a/xsd/islandoracm.xsd b/xsl/islandoracm.xsd similarity index 100% rename from xsd/islandoracm.xsd rename to xsl/islandoracm.xsd