| | |
| | | <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]> |
| | |
| | | <?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 .= " |
| | |
| | | <?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> |
| | |
| | | </li> |
| | | <?php if(!empty($is_active_class)):?> |
| | | <?php unset($is_active_class);?> |
| | | <?php endif;?> |
| | | |
| | | <?php endif;?> |
| | | <?php endif;?> |
| | | <?php endforeach;?> |