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]>
@@ -336,7 +337,7 @@
        <?php $s_html = '';?>
        <?php if(isset($second_modules[$pid])):?>
        <?php foreach ($second_modules[$pid] as $s_module):?>
        <?php if(isset($is_active_class) && in_array($s_module['_id'], $current_role_auth)):?>
        <?php if($route['module'] == $s_module['module'] && $route['controller'] == $s_module['controller'] && $route['action'] == $s_module['action']):?>
        <?php $is_active_class = 'active';?>
        <?php $s_html .= "
@@ -345,9 +346,10 @@
        <?php $s_html .= "
              <li ><a href='/{$s_module['module']}/{$s_module['controller']}/{$s_module['action']}'><i class='fa fa-circle-o'></i> {$s_module['name']}</a></li>";
        ?>
        <?php endif;?>
        <?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;?>