inital commit
This commit is contained in:
18
plugins/default/chat/friends-item.php
Normal file
18
plugins/default/chat/friends-item.php
Normal file
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
/**
|
||||
* Open Source Social Network
|
||||
*
|
||||
* @package (Informatikon.com).ossn
|
||||
* @author OSSN Core Team <info@opensource-socialnetwork.org>
|
||||
* @copyright 2014 iNFORMATIKON TECHNOLOGIES
|
||||
* @license General Public Licence http://www.opensource-socialnetwork.org/licence
|
||||
* @link http://www.opensource-socialnetwork.org/licence
|
||||
*/
|
||||
$friend = $params['entity'];
|
||||
?>
|
||||
<div class="friends-list-item" onClick="Ossn.ChatnewTab(<?php echo $friend->guid; ?>);">
|
||||
<div class="friends-item-inner">
|
||||
<div class="icon"><img class="ossn-chat-icon-online" src="<?php echo $params['icon']; ?>"/></div>
|
||||
<div class="name"><?php echo $friend->fullname; ?></div>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user