view 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 source

<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>