|
|
|
@ -1,5 +1,6 @@ |
|
|
|
<?php |
|
|
|
<?php |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// @codingStandardsIgnoreStart |
|
|
|
/** |
|
|
|
/** |
|
|
|
* @file |
|
|
|
* @file |
|
|
|
* The default object view. |
|
|
|
* The default object view. |
|
|
|
@ -57,6 +58,7 @@ |
|
|
|
* do something here |
|
|
|
* do something here |
|
|
|
* } |
|
|
|
* } |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
|
|
|
|
// @codingStandardsIgnoreEnd |
|
|
|
?> |
|
|
|
?> |
|
|
|
<div class="islandora-object islandora"> |
|
|
|
<div class="islandora-object islandora"> |
|
|
|
<h2><?php print t('Details'); ?></h2>
|
|
|
|
<h2><?php print t('Details'); ?></h2>
|
|
|
|
|