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.
31 lines
805 B
31 lines
805 B
<?php $this->widget('Init');?>
|
|
<?php $this->widget('VisioLink');?>
|
|
<?php $this->widget('Notification');?>
|
|
<?php $this->widget('Toast');?>
|
|
<?php $this->widget('Upload');?>
|
|
<?php $this->widget('Search');?>
|
|
<?php $this->widget('Onboarding');?>
|
|
<?php $this->widget('Notifications');?>
|
|
<?php $this->widget('SendTo');?>
|
|
|
|
<?php $this->widget('PostActions');?>
|
|
|
|
<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('NewsNav');?>
|
|
</aside>
|
|
<div>
|
|
<?php $this->widget('PublishBrief');?>
|
|
<?php $this->widget('Menu');?>
|
|
</div>
|
|
</main>
|
|
|
|
<?php $this->widget('Snap');?>
|
|
<?php $this->widget('Draw');?>
|