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.
26 lines
749 B
26 lines
749 B
<?php $this->widget('Notification');?>
|
|
<?php $this->widget('Toast');?>
|
|
<?php $this->widget('Search');?>
|
|
<?php $this->widget('VisioLink');?>
|
|
<?php $this->widget('PostActions');?>
|
|
<?php $this->widget('ContactActions');?>
|
|
<?php $this->widget('Notifications');?>
|
|
<?php $this->widget('SendTo');?>
|
|
|
|
<nav class="color dark">
|
|
<?php $this->widget('Presence');?>
|
|
<?php $this->widget('Navigation');?>
|
|
</nav>
|
|
|
|
<?php $this->widget('BottomNavigation');?>
|
|
|
|
<main style="background-color: var(--movim-background);">
|
|
<aside>
|
|
<?php $this->widget('ContactData'); ?>
|
|
<?php $this->widget('AdHoc'); ?>
|
|
</aside>
|
|
<div>
|
|
<?php $this->widget('ContactHeader'); ?>
|
|
<?php $this->widget('CommunityPosts'); ?>
|
|
</div>
|
|
</main>
|