cdm-dataportal/themes/garland_EDIT/field-field_parent_person.tpl.php @ 5d20692e
1 |
<?php
|
---|---|
2 |
foreach ($items as $item) { |
3 |
$user_profile = node_load($item['nid']); |
4 |
$output = l($user_profile->title, 'user/'.$user_profile->uid); |
5 |
print $output ?><br/> |
6 |
<?php } ?> |