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