From f7a98b088d5f7246cf12ee072169057a8e762664 Mon Sep 17 00:00:00 2001
From: colly_wyx <wangyixiong_007@163.com>
Date: Thu, 10 Aug 2017 08:40:40 +0800
Subject: [PATCH] 新闻,数据监控

---
 application/modules/Admin/views/layout/adminLayout.phtml |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/application/modules/Admin/views/layout/adminLayout.phtml b/application/modules/Admin/views/layout/adminLayout.phtml
index 4231726..ed2929c 100644
--- a/application/modules/Admin/views/layout/adminLayout.phtml
+++ b/application/modules/Admin/views/layout/adminLayout.phtml
@@ -32,6 +32,7 @@
   <script src="/themes/AdminLTE/plugins/jQuery/jquery-3.1.1.min.js"></script>
       <script src="/themes/AdminLTE/plugins/datatables/jquery.dataTables.min.js"></script>
     <script src="/themes/AdminLTE/plugins/datatables/dataTables.bootstrap.min.js"></script>
+    
   <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
   <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
   <!--[if lt IE 9]>
@@ -348,6 +349,7 @@
 
         <?php endif;?>  
         <?php endforeach;?>
+        <?php endif;?>
           <li class="<?php echo $is_active_class; ?> treeview">
             <a href="#">
               <i class="fa fa-th"></i> <span><?php echo $f_module['name']?></span>
@@ -361,7 +363,7 @@
           </li>
         <?php if(!empty($is_active_class)):?>
         <?php unset($is_active_class);?>
-        <?php endif;?>
+        
         <?php endif;?>
         <?php endif;?>
         <?php endforeach;?>

--
Gitblit v1.8.0