colly_wyx
2017-08-10 f7a98b088d5f7246cf12ee072169057a8e762664
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;?>