Browse Source

added missing template

pull/653/head
ajstanley 8 years ago
parent
commit
a12a7199b2
  1. 11
      theme/islandora-object-overview.tpl.php

11
theme/islandora-object-overview.tpl.php

@ -0,0 +1,11 @@
<?php
/**
* @file
* The default islandora object overview.
*/
?>
<div class="islandora-object-overview">
<p class = 'islandora_overview_header'><?php print $header; ?></p>
<p class = 'islandora_overview_list'><?php print $list; ?></p>
</div>
Loading…
Cancel
Save