* @copyright 2014-2018 SOFTLAB24 LIMITED * @license Open Source Social Network License (OSSN LICENSE) http://www.opensource-socialnetwork.org/licence * @link https://www.opensource-socialnetwork.org/ */ $attr = array( 'limit' => 12, 'order_by' => 'r.relation_id DESC' ); $friends = ossn_loggedin_user()->getFriends('', $attr); if ($friends) { foreach($friends as $user) { ?>