Browse Source

Have to hide the code in comments

pull/722/head
Jared Whiklo 7 years ago
parent
commit
3ad25156dd
  1. 13
      theme/islandora-object.tpl.php

13
theme/islandora-object.tpl.php

@ -1,6 +1,5 @@
<?php
// @codingStandardsIgnoreStart
/**
* @file
* The default object view.
@ -20,10 +19,7 @@
*
* to test if a datastream exists isset($object['dsid'])
*
* to iterate over datastreams:
* foreach ($object as $ds) {
* $ds->label, etc
* }
* to iterate over datastreams do a "foreach ($object as $ds) {}"
*
* each $ds in the above loop has the following properties:
* $ds->label - The label for this datastream.
@ -51,14 +47,7 @@
* dc.title can have none, one or many titles
* this is the case for all dc elements.
*
*
*
* we can get a list of datastreams by doing
* foreach ($object as $ds) {
* do something here
* }
*/
// @codingStandardsIgnoreEnd
?>
<div class="islandora-object islandora">
<h2><?php print t('Details'); ?></h2>

Loading…
Cancel
Save