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.
41 lines
1.1 KiB
41 lines
1.1 KiB
<?php $this->widget('Search');?>
|
|
<?php $this->widget('Onboarding');?>
|
|
<?php $this->widget('Notifications');?>
|
|
<?php $this->widget('Location');?>
|
|
|
|
<nav>
|
|
<?php $this->widget('Presence');?>
|
|
<?php $this->widget('Navigation');?>
|
|
</nav>
|
|
|
|
<?php $this->widget('BottomNavigation');?>
|
|
|
|
<main>
|
|
<div>
|
|
<header class="on_desktop">
|
|
<ul class="list middle">
|
|
<li>
|
|
<span id="menu" class="primary icon gray" >
|
|
<i class="material-symbols">manage_accounts</i>
|
|
</span>
|
|
<div>
|
|
<p><?php echo __('page.administration'); ?></p>
|
|
</div>
|
|
</li>
|
|
</ul>
|
|
</header>
|
|
|
|
<?php if (\App\User::me()->admin) { ?>
|
|
<?php $this->widget('Tabs');?>
|
|
<ul class="tabs" id="navtabs"></ul>
|
|
|
|
<?php $this->widget('AdminMain');?>
|
|
<?php $this->widget('AdminSessions');?>
|
|
<?php $this->widget('AdminReported');?>
|
|
<?php } ?>
|
|
</div>
|
|
</main>
|
|
|
|
<?php if (\App\User::me()->hasPubsub()) { ?>
|
|
<?php $this->widget('PublishStories');?>
|
|
<?php } ?>
|