annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
015d06b10d37 initial
dwinter
parents:
diff changeset
1 <h2>Collections where the object is used</h2>
015d06b10d37 initial
dwinter
parents:
diff changeset
2 <table>
015d06b10d37 initial
dwinter
parents:
diff changeset
3 <?php foreach ($variables['data'] as $nid => $title):?>
015d06b10d37 initial
dwinter
parents:
diff changeset
4 <tr>
015d06b10d37 initial
dwinter
parents:
diff changeset
5 <td><?php print l(t($title), "node/$nid");?></td>
015d06b10d37 initial
dwinter
parents:
diff changeset
6 </tr>
015d06b10d37 initial
dwinter
parents:
diff changeset
7
015d06b10d37 initial
dwinter
parents:
diff changeset
8
015d06b10d37 initial
dwinter
parents:
diff changeset
9 <?php endforeach ?>
015d06b10d37 initial
dwinter
parents:
diff changeset
10
015d06b10d37 initial
dwinter
parents:
diff changeset
11
015d06b10d37 initial
dwinter
parents:
diff changeset
12 </table>