Mercurial > hg > digitalobjects
comparison digitalobjects-collection-usedIn.tpl.php @ 0:6f6e07baad80 default tip
initial
| author | Dirk Wintergruen <dwinter@mpiwg-berlin.mpg.de> |
|---|---|
| date | Tue, 02 Jun 2015 08:57:48 +0200 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:6f6e07baad80 |
|---|---|
| 1 <?php if (sizeof($entities)>0): ?> | |
| 2 <h3>Used in</h3> | |
| 3 <?php foreach($entities as $entity): ?> | |
| 4 <div> | |
| 5 <a href="../node/<?php print $entity->nid ?>"> | |
| 6 <?php print $entity->title ?> | |
| 7 </a> | |
| 8 </div> | |
| 9 <?php endforeach;?> | |
| 10 <?php endif;?> |
