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.
 
 
 
 
 

38 lines
1.2 KiB

<?php $this->widget('Search');?>
<?php $this->widget('Upload');?>
<?php $this->widget('Notifications');?>
<?php if($this->user?->hasOMEMO()) $this->widget('ChatOmemo');?>
<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>
<div>
<header>
<ul class="list middle">
<li>
<span id="menu" class="primary icon gray">
<i class="material-symbols">help</i>
</span>
<div>
<p><?php echo __('page.help'); ?></p>
</div>
</li>
</ul>
</header>
<?php $this->widget('Tabs');?>
<ul class="tabs" id="navtabs"></ul>
<?php $this->widget('Help');?>
<?php $this->widget('About');?>
</div>
</main>
<?php if ( $this->user?->hasPubsub() && $this->user?->hasUpload()) { ?>
<?php $this->widget('PublishStories');?>
<?php } ?>