diff --git a/theme/islandora-object.tpl.php b/theme/islandora-object.tpl.php index af2a4572..9b26316d 100644 --- a/theme/islandora-object.tpl.php +++ b/theme/islandora-object.tpl.php @@ -1,6 +1,5 @@ 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 ?>