Browse Source

formatting

pull/653/head
ajstanley 8 years ago
parent
commit
0c71e2eec5
  1. 3
      islandora.module

3
islandora.module

@ -22,6 +22,7 @@
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with the program. If not, see <http ://www.gnu.org/licenses/>. * along with the program. If not, see <http ://www.gnu.org/licenses/>.
*/ */
// Common datastreams. // Common datastreams.
define('ISLANDORA_DS_COMP_STREAM', 'DS-COMPOSITE-MODEL'); define('ISLANDORA_DS_COMP_STREAM', 'DS-COMPOSITE-MODEL');
@ -562,7 +563,7 @@ function islandora_theme() {
'file' => 'includes/solution_packs.inc', 'file' => 'includes/solution_packs.inc',
'render element' => 'form', 'render element' => 'form',
), ),
// Overview for manage tab // Overview for manage tab.
'islandora_object_overview' => array( 'islandora_object_overview' => array(
'file' => 'theme/theme.inc', 'file' => 'theme/theme.inc',
'template' => 'theme/islandora-object-overview', 'template' => 'theme/islandora-object-overview',

Loading…
Cancel
Save