| Line 53... |
Line 53... |
| 53 |
<li <?php if($this->params->controller == 'master_datas' && $this->params->action=='autoupdates'):?>class="active"<?php endif;?>><a href="<?php echo $base_url;?>admin/master_datas/autoupdates" title="Master Data">Scheduled Auto-updates</a></li>
|
53 |
<li <?php if($this->params->controller == 'master_datas' && $this->params->action=='autoupdates'):?>class="active"<?php endif;?>><a href="<?php echo $base_url;?>admin/master_datas/autoupdates" title="Master Data">Scheduled Auto-updates</a></li>
|
| 54 |
<?php endif;?>
|
54 |
<?php endif;?>
|
| 55 |
<?php if(in_array('admin/paytm_coupons',$acls[$logged_user['group_id']]['allowed'])):?>
|
55 |
<?php if(in_array('admin/paytm_coupons',$acls[$logged_user['group_id']]['allowed'])):?>
|
| 56 |
<li <?php if($this->params->controller == 'paytm_coupons' && $this->params->action=='admin_index'):?>class="active"<?php endif;?>><a href="<?php echo $base_url;?>admin/paytm_coupons" title="Paytm Coupons">Paytm Coupons</a></li>
|
56 |
<li <?php if($this->params->controller == 'paytm_coupons' && $this->params->action=='admin_index'):?>class="active"<?php endif;?>><a href="<?php echo $base_url;?>admin/paytm_coupons" title="Paytm Coupons">Paytm Coupons</a></li>
|
| 57 |
<?php endif;?>
|
57 |
<?php endif;?>
|
| - |
|
58 |
<?php if(in_array('admin/app_affiliates',$acls[$logged_user['group_id']]['allowed'])):?>
|
| - |
|
59 |
<li <?php if($this->params->controller == 'app_affiliates' && $this->params->action=='admin_index'):?>class="active"<?php endif;?>><a href="<?php echo $base_url;?>admin/app_affiliates" title="App Affiliates">App Affiliates</a></li>
|
| - |
|
60 |
<?php endif;?>
|
| - |
|
61 |
<?php if(in_array('admin/app_offers',$acls[$logged_user['group_id']]['allowed'])):?>
|
| - |
|
62 |
<li <?php if($this->params->controller == 'app_offers' && $this->params->action=='admin_index'):?>class="active"<?php endif;?>><a href="<?php echo $base_url;?>admin/app_offers" title="App Offers">App Offers</a></li>
|
| - |
|
63 |
<?php endif;?>
|
| 58 |
</ul>
|
64 |
</ul>
|
| 59 |
</li>
|
65 |
</li>
|
| 60 |
<?php if(in_array('admin/stores',$acls[$logged_user['group_id']]['allowed'])):?>
|
66 |
<?php if(in_array('admin/stores',$acls[$logged_user['group_id']]['allowed'])):?>
|
| 61 |
<li <?php if($this->params->controller == 'stores'):?>class="active"<?php endif;?>><a href="<?php echo $base_url;?>admin/stores" title="Stores">Stores</a></li>
|
67 |
<li <?php if($this->params->controller == 'stores'):?>class="active"<?php endif;?>><a href="<?php echo $base_url;?>admin/stores" title="Stores">Stores</a></li>
|
| 62 |
<?php endif;?>
|
68 |
<?php endif;?>
|