mirror of
https://github.com/YunoHost-Apps/movim_ynh.git
synced 2024-09-03 19:46:19 +02:00
25 lines
868 B
Smarty
25 lines
868 B
Smarty
<main>
|
|
<section>
|
|
<div>
|
|
<header>
|
|
<ul class="list middle">
|
|
<li>
|
|
|
|
<span class="primary active icon gray">
|
|
<a href="<?php echo Route::urlize('main'); ?>">
|
|
<i class="zmdi zmdi-arrow-left"></i>
|
|
</a>
|
|
</span>
|
|
<p class="center"><?php echo __('page.administration'); ?></p>
|
|
</li>
|
|
</ul>
|
|
</header>
|
|
<?php $this->widget('Tabs');?>
|
|
<?php $this->widget('AdminTest');?>
|
|
<?php $this->widget('AdminMain');?>
|
|
<?php $this->widget('AdminDB');?>
|
|
<?php $this->widget('Statistics');?>
|
|
<?php $this->widget('Api');?>
|
|
</div>
|
|
</section>
|
|
</main>
|