Changeset 389
- Timestamp:
- Nov 3, 2014 5:22:06 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pro-violet-viettel/sourcecode/application/views/layout/admin/sidebar.php
r375 r389 1 <?php 2 $class = $this->router->class; 3 $method = $this->router->method; 4 ?> 1 5 <div class="main-container-inner"> 2 6 <a class="menu-toggler" id="menu-toggler" href="#"> … … 29 33 30 34 <ul class="nav nav-list"> 31 <li class=" active">35 <li class="<?php if(in_array($class,array("home"))) {echo "active";}?>"> 32 36 <a href="<?php echo $base_url; ?>admin/home"> 33 37 <i class="icon-dashboard"></i> … … 36 40 </li> 37 41 38 <li >42 <li class="<?php if(in_array($class,array("collaborator", "admin_acc", "user"))) {echo "active open";}?>"> 39 43 <a href="#" class="dropdown-toggle"> 40 44 <i class="icon-group"></i> … … 52 56 </li> 53 57 54 <li >55 <a href="#" class="dropdown-toggle" >58 <li class="<?php if(in_array($class,array("user"))) {echo "active";}?>"> 59 <a href="#" class="dropdown-toggle" > 56 60 <i class="icon-double-angle-right"></i> 57 61 Ngưá»i dùng
Note: See TracChangeset
for help on using the changeset viewer.