mirror of
https://github.com/YunoHost-Apps/movim_ynh.git
synced 2024-09-03 19:46:19 +02:00
26 lines
691 B
Smarty
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>
|