| Line 96... |
Line 96... |
| 96 |
<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>
|
96 |
<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>
|
| 97 |
<?php endif;?>
|
97 |
<?php endif;?>
|
| 98 |
<?php if(in_array('admin/clicks',$acls[$logged_user['group_id']]['allowed'])):?>
|
98 |
<?php if(in_array('admin/clicks',$acls[$logged_user['group_id']]['allowed'])):?>
|
| 99 |
<li <?php if($this->params->controller == 'clicks' && $this->params->action == 'admin_index'):?>class="active"<?php endif;?>><a href="<?php echo $base_url;?>admin/clicks/" title="Click History">Click History</a></li>
|
99 |
<li <?php if($this->params->controller == 'clicks' && $this->params->action == 'admin_index'):?>class="active"<?php endif;?>><a href="<?php echo $base_url;?>admin/clicks/" title="Click History">Click History</a></li>
|
| 100 |
<?php endif;?>
|
100 |
<?php endif;?>
|
| - |
|
101 |
<?php if(in_array('admin/users/credithistory',$acls[$logged_user['group_id']]['allowed'])):?>
|
| - |
|
102 |
<li <?php if($this->params->controller == 'users' && $this->params->action == 'admin_credithistory'):?>class="active"<?php endif;?>><a href="<?php echo $base_url;?>admin/users/credithistory" title="Credit History">Credit History</a></li>
|
| - |
|
103 |
<?php endif;?>
|
| - |
|
104 |
<?php if(in_array('admin/users/loanhistory',$acls[$logged_user['group_id']]['allowed'])):?>
|
| - |
|
105 |
<li <?php if($this->params->controller == 'users' && $this->params->action == 'admin_loanhistory'):?>class="active"<?php endif;?>><a href="<?php echo $base_url;?>admin/users/loanhistory" title="Loan History">Loan History</a></li>
|
| - |
|
106 |
<?php endif;?>
|
| 101 |
<?php if(in_array('admin/users/pushnotifications',$acls[$logged_user['group_id']]['allowed'])):?>
|
107 |
<?php if(in_array('admin/users/pushnotifications',$acls[$logged_user['group_id']]['allowed'])):?>
|
| 102 |
<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>
|
108 |
<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>
|
| 103 |
<?php endif;?>
|
109 |
<?php endif;?>
|
| 104 |
<?php if(in_array('admin/notification_campaigns/send',$acls[$logged_user['group_id']]['allowed'])):?>
|
110 |
<?php if(in_array('admin/notification_campaigns/send',$acls[$logged_user['group_id']]['allowed'])):?>
|
| 105 |
<li <?php if($this->params->controller == 'notification_campaigns' && $this->params->action == 'admin_send'):?>class="active"<?php endif;?>><a href="<?php echo $base_url;?>admin/notification_campaigns/send" title="Queue Push Notifications">Queue Push Notifications</a></li>
|
111 |
<li <?php if($this->params->controller == 'notification_campaigns' && $this->params->action == 'admin_send'):?>class="active"<?php endif;?>><a href="<?php echo $base_url;?>admin/notification_campaigns/send" title="Queue Push Notifications">Queue Push Notifications</a></li>
|