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.
27 lines
814 B
27 lines
814 B
<?php $this->widget('Search');?>
|
|
<?php $this->widget('Upload');?>
|
|
<?php $this->widget('Notifications');?>
|
|
<?php $this->widget('SendTo');?>
|
|
<?php $this->widget('Tabs');?>
|
|
<?php if($this->user?->hasOMEMO()) $this->widget('ChatOmemo');?>
|
|
|
|
<?php $this->widget('ContactActions');?>
|
|
<?php $this->widget('AdHoc');?>
|
|
<?php $this->widget('PostActions');?>
|
|
|
|
<nav aria-label="<?php echo __('global.main_menu') ?>" class="on_desktop">
|
|
<?php $this->widget('Presence');?>
|
|
<?php $this->widget('Shortcuts');?>
|
|
<?php $this->widget('SpacesMenu');?>
|
|
<?php $this->widget('Navigation');?>
|
|
</nav>
|
|
|
|
<?php $this->widget('BottomNavigation');?>
|
|
|
|
<main>
|
|
<?php $this->widget('Post');?>
|
|
</main>
|
|
|
|
<?php if ($this->user?->hasPubsub() && $this->user?->hasUpload()) { ?>
|
|
<?php $this->widget('PublishStories');?>
|
|
<?php } ?>
|