1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/movim_ynh.git synced 2024-09-03 19:46:19 +02:00
movim_ynh/sources/app/views/friend.tpl
2015-08-19 11:28:28 +02:00

26 lines
691 B
Smarty

<?php /* -*- mode: html -*- */
?>
<?php $this->widget('Presence');?>
<?php $this->widget('Chat');?>
<?php $this->widget('VisioExt');?>
<div id="main">
<div id="left">
<?php $this->widget('ContactSummary');?>
<?php $this->widget('ContactInfo');?>
<?php $this->widget('ContactAction');?>
<div class="clear"></div>
<?php $this->widget('ContactManage');?>
</div>
<?php $this->widget('Tabs');?>
<div id="center">
<?php $this->widget('Wall');?>
<?php $this->widget('ContactCard');?>
<?php $this->widget('ContactPubsubSubscription');?>
</div>
</div>
<div id="right">
<?php $this->widget('Roster');?>
</div>