Mercurial > hg > MPIWG-drupal-modules
comparison sites/all/modules/custom/digitalobjects/digitalobjects-item-usage.tpl.php @ 0:015d06b10d37 default tip
initial
author | dwinter |
---|---|
date | Wed, 31 Jul 2013 13:49:13 +0200 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:015d06b10d37 |
---|---|
1 <h2>Collections where the object is used</h2> | |
2 <table> | |
3 <?php foreach ($variables['data'] as $nid => $title):?> | |
4 <tr> | |
5 <td><?php print l(t($title), "node/$nid");?></td> | |
6 </tr> | |
7 | |
8 | |
9 <?php endforeach ?> | |
10 | |
11 | |
12 </table> |