index.html 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. <!DOCTYPE html>
  2. <html lang="{$config.language}">
  3. <head>
  4. {include file="common/meta" /}
  5. </head>
  6. <body class="hold-transition skin-green sidebar-mini fixed" id="tabs">
  7. <div class="wrapper">
  8. <header id="header" class="main-header">
  9. {include file='common/header' /}
  10. </header>
  11. <!-- Left side column. contains the logo and sidebar -->
  12. <aside class="main-sidebar">
  13. {include file='common/menu' /}
  14. </aside>
  15. <!-- Content Wrapper. Contains page content -->
  16. <div class="content-wrapper tab-content tab-addtabs">
  17. </div>
  18. <!-- /.content-wrapper -->
  19. <footer class="main-footer hide">
  20. <div class="pull-right hidden-xs">
  21. </div>
  22. <strong>Copyright &copy; 2017-2018 <a href="https://www.fastadmin.net">Fastadmin</a>.</strong> All rights
  23. reserved.
  24. </footer>
  25. <!-- Add the sidebar's background. This div must be placed
  26. immediately after the control sidebar -->
  27. <div class="control-sidebar-bg"></div>
  28. {include file="common/control" /}
  29. </div>
  30. <!-- ./wrapper -->
  31. <!-- end main content -->
  32. {include file="common/script" /}
  33. </body>
  34. </html>