diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/sites/all/modules/custom/digitalobjects/digitalobjects-item-usage.tpl.php	Wed Jul 31 13:49:13 2013 +0200
@@ -0,0 +1,12 @@
+<h2>Collections where the object is used</h2>
+<table>
+<?php foreach ($variables['data'] as $nid => $title):?>
+<tr>
+<td><?php print l(t($title), "node/$nid");?></td>
+</tr>
+
+
+<?php endforeach ?>
+
+
+</table>
\ No newline at end of file