mirror of
https://github.com/YunoHost-Apps/movim_ynh.git
synced 2024-09-03 19:46:19 +02:00
24 lines
624 B
Smarty
Executable file
24 lines
624 B
Smarty
Executable file
<?php /* -*- mode: html -*- */
|
|
?>
|
|
<?php $this->widget('Presence');?>
|
|
<?php $this->widget('Chat');?>
|
|
<?php $this->widget('VisioExt');?>
|
|
|
|
<div id="main">
|
|
<div id="left">
|
|
<?php $this->widget('Profile');?>
|
|
<?php $this->widget('Notifs');?>
|
|
<?php $this->widget('Bookmark');?>
|
|
</div>
|
|
|
|
<div id="center">
|
|
<div title="<?php echo getFlagTitle("white"); ?>" class="protect white"></div>
|
|
<?php $this->widget('Tabs');?>
|
|
<?php $this->widget('Media');?>
|
|
<?php $this->widget('MediaUpload');?>
|
|
</div>
|
|
</div>
|
|
|
|
<div id="right">
|
|
<?php $this->widget('Roster');?>
|
|
</div>
|