国内流行的内容管理系统(CMS)多端全媒体解决方案 https://www.dedebiz.com
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.

22 line
621B

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1">
  6. <title>侧边菜单</title>
  7. <link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css">
  8. <link rel="stylesheet" href="../static/web/css/admin.css">
  9. <script src="../static/web/js/jquery.min.js"></script>
  10. <script src="js/main.js"></script>
  11. </head>
  12. <body class="menu-box">
  13. <div class="menu-body">
  14. <ul id="menu" class="item-menu">
  15. <?php
  16. $openitem=100;
  17. GetMenus($cuserLogin->getUserRank(),'main');
  18. ?>
  19. </ul>
  20. </div>
  21. </body>
  22. </html>