comparison digitalobjects-item-usage.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 <h2>Collections where the object is used</h2>
2 <div class="collection-usage">
3 <ul>
4 <?php foreach ($variables['data'] as $nid => $title):?>
5 <li><?php print l(t($title), "node/$nid");?></li>
6 <?php endforeach ?>
7 </ul>
8
9 </div>