Gentics Portal.Node PHP API
 All Classes Namespaces Functions Variables Pages
friendsList.php
1 <?php
2 /**
3  *
4  */
5 ?>
6 
7 <?php $this->widget('friends.widgets.FriendsListWidget')?>
8 <br/>
9 <?php $this->widget('friends.widgets.FriendsSearchWidget', array('searchResultPageUrl' => '/widgetsTests/friendsList', 'profileFields' => array('firstname')))?>
10 <?php $this->widget('friends.widgets.FriendsSearchResultWidget')?>