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.

24 lines
829 B

  1. <main>
  2. <section>
  3. <div>
  4. <header>
  5. <ul class="list middle">
  6. <li>
  7. <span class="primary active icon gray">
  8. <a href="<?php echo \Movim\Route::urlize('main'); ?>">
  9. <i class="zmdi zmdi-arrow-left"></i>
  10. </a>
  11. </span>
  12. <p class="center"><?php echo __('page.administration'); ?></p>
  13. </li>
  14. </ul>
  15. </header>
  16. <?php $this->widget('Tabs');?>
  17. <?php $this->widget('AdminTest');?>
  18. <?php $this->widget('AdminMain');?>
  19. <?php $this->widget('Statistics');?>
  20. <?php $this->widget('Api');?>
  21. </div>
  22. </section>
  23. </main>