Project

General

Profile

Download (202 Bytes) Statistics
| Branch: | Tag: | Revision:
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 } ?>
(3-3/14)