mirror of https://github.com/movim/movim
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
713 B
24 lines
713 B
<?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 class="protect black" title="<?php echo getFlagTitle("black"); ?>"></div>
|
|
<h1 class="paddedtopbottom"><i class="fa fa-globe"></i> <?php echo __('page.explore'); ?></h1>
|
|
<?php $this->widget('Hot');?>
|
|
<div class="clear"></div>
|
|
<?php $this->widget('Explore');?>
|
|
</div>
|
|
</div>
|
|
|
|
<div id="right">
|
|
<?php $this->widget('Roster');?>
|
|
</div>
|