| Line 42... |
Line 42... |
| 42 |
<li <?php if($this->params->controller == 'stores'):?>class="active"<?php endif;?>><a href="<?php echo $base_url;?>admin/stores" title="Stores">Stores</a></li>
|
42 |
<li <?php if($this->params->controller == 'stores'):?>class="active"<?php endif;?>><a href="<?php echo $base_url;?>admin/stores" title="Stores">Stores</a></li>
|
| 43 |
<li class="dropdown">
|
43 |
<li class="dropdown">
|
| 44 |
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Users<span class="caret"></span></a>
|
44 |
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Users<span class="caret"></span></a>
|
| 45 |
<ul class="dropdown-menu" role="menu">
|
45 |
<ul class="dropdown-menu" role="menu">
|
| 46 |
<li <?php if($this->params->controller == 'users' && $this->params->action == 'admin_index'):?>class="active"<?php endif;?>><a href="<?php echo $base_url;?>admin/users" title="Users">Users</a></li>
|
46 |
<li <?php if($this->params->controller == 'users' && $this->params->action == 'admin_index'):?>class="active"<?php endif;?>><a href="<?php echo $base_url;?>admin/users" title="Users">Users</a></li>
|
| - |
|
47 |
<li <?php if($this->params->controller == 'user_urls' && $this->params->action == 'admin_index'):?>class="active"<?php endif;?>><a href="<?php echo $base_url;?>admin/user_urls/" title="Browsing History">Browsing History</a></li>
|
| 47 |
<li <?php if($this->params->controller == 'users' && $this->params->action == 'admin_pushnotifications'):?>class="active"<?php endif;?>><a href="<?php echo $base_url;?>admin/users/pushnotifications" title="Push Notifications">Push Notifications</a></li>
|
48 |
<li <?php if($this->params->controller == 'users' && $this->params->action == 'admin_pushnotifications'):?>class="active"<?php endif;?>><a href="<?php echo $base_url;?>admin/users/pushnotifications" title="Push Notifications">Push Notifications</a></li>
|
| 48 |
</ul>
|
49 |
</ul>
|
| 49 |
</li>
|
50 |
</li>
|
| 50 |
<li class="dropdown">
|
51 |
<li class="dropdown">
|
| 51 |
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Dropdown <span class="caret"></span></a>
|
52 |
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Dropdown <span class="caret"></span></a>
|