| Line 76... |
Line 76... |
| 76 |
<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>
|
76 |
<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>
|
| 77 |
<?php endif;?>
|
77 |
<?php endif;?>
|
| 78 |
<?php if(in_array('admin/users/pushnotifications',$acls[$logged_user['group_id']]['allowed'])):?>
|
78 |
<?php if(in_array('admin/users/pushnotifications',$acls[$logged_user['group_id']]['allowed'])):?>
|
| 79 |
<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>
|
79 |
<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>
|
| 80 |
<?php endif;?>
|
80 |
<?php endif;?>
|
| - |
|
81 |
<?php if(in_array('admin/notification_campaigns/send',$acls[$logged_user['group_id']]['allowed'])):?>
|
| - |
|
82 |
<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>
|
| - |
|
83 |
<?php endif;?>
|
| 81 |
<?php if(in_array('admin/notification_rules',$acls[$logged_user['group_id']]['allowed'])):?>
|
84 |
<?php if(in_array('admin/notification_rules',$acls[$logged_user['group_id']]['allowed'])):?>
|
| 82 |
<li <?php if($this->params->controller == 'notification_rules' && $this->params->action == 'admin_index'):?>class="active"<?php endif;?>><a href="<?php echo $base_url;?>admin/notification_rules" title="Web Notification Rules">Web Notification Rules</a></li>
|
85 |
<li <?php if($this->params->controller == 'notification_rules' && $this->params->action == 'admin_index'):?>class="active"<?php endif;?>><a href="<?php echo $base_url;?>admin/notification_rules" title="Web Notification Rules">Web Notification Rules</a></li>
|
| 83 |
<?php endif;?>
|
86 |
<?php endif;?>
|
| 84 |
<?php if(in_array('admin/activation_codes',$acls[$logged_user['group_id']]['allowed'])):?>
|
87 |
<?php if(in_array('admin/activation_codes',$acls[$logged_user['group_id']]['allowed'])):?>
|
| 85 |
<li <?php if($this->params->controller == 'activation_codes' && $this->params->action == 'admin_index'):?>class="active"<?php endif;?>><a href="<?php echo $base_url;?>admin/activation_codes" title="Activation Codes">Activation Codes</a></li>
|
88 |
<li <?php if($this->params->controller == 'activation_codes' && $this->params->action == 'admin_index'):?>class="active"<?php endif;?>><a href="<?php echo $base_url;?>admin/activation_codes" title="Activation Codes">Activation Codes</a></li>
|