2016-03-15 16:28:38 +01:00
|
|
|
<main>
|
|
|
|
<section>
|
|
|
|
<div>
|
2016-03-30 09:25:03 +02:00
|
|
|
<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>
|
2016-03-15 16:28:38 +01:00
|
|
|
<?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>
|