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.
 
 
 
 

17 lines
465 B

<div id="main">
<?php $this->widget('Tabs');?>
<div id="center" >
<div class="fixed_block">
<h1 class="paddedtopbottom">
<i class="fa fa-cogs"></i> <?php echo __('page.administration'); ?>
</h1>
</div>
<div>
<?php $this->widget('AdminMain');?>
<?php $this->widget('AdminDB');?>
<?php $this->widget('AdminTest');?>
<?php $this->widget('Statistics');?>
<?php $this->widget('Api');?>
</div>
</div>
</div>