From 3ad25156dd683928dcd1763cb8b6322e4b6cfb0a Mon Sep 17 00:00:00 2001 From: Jared Whiklo Date: Thu, 6 Jun 2019 15:14:58 -0500 Subject: [PATCH] Have to hide the code in comments --- theme/islandora-object.tpl.php | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) 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 ?>