| Line 147... |
Line 147... |
| 147 |
<li><a href="<?php echo $base_url;?>admin/appTransactions/retailer">App Transactions Retailer Wise</a></li>
|
147 |
<li><a href="<?php echo $base_url;?>admin/appTransactions/retailer">App Transactions Retailer Wise</a></li>
|
| 148 |
<?php endif;?>
|
148 |
<?php endif;?>
|
| 149 |
<?php if(in_array('admin/appTransactions/appwise',$acls[$logged_user['group_id']]['allowed'])):?>
|
149 |
<?php if(in_array('admin/appTransactions/appwise',$acls[$logged_user['group_id']]['allowed'])):?>
|
| 150 |
<li><a href="<?php echo $base_url;?>admin/appTransactions/appwise">App Transactions App Wise</a></li>
|
150 |
<li><a href="<?php echo $base_url;?>admin/appTransactions/appwise">App Transactions App Wise</a></li>
|
| 151 |
<?php endif;?>
|
151 |
<?php endif;?>
|
| - |
|
152 |
<?php if(in_array('admin/appTransactions/pricewise',$acls[$logged_user['group_id']]['allowed'])):?>
|
| - |
|
153 |
<li><a href="<?php echo $base_url;?>admin/appTransactions/pricewise">App Offer Price and Payout Amount</a></li>
|
| - |
|
154 |
<?php endif;?>
|
| 152 |
</ul>
|
155 |
</ul>
|
| 153 |
</li>
|
156 |
</li>
|
| 154 |
<?php if(in_array('admin/campaigns',$acls[$logged_user['group_id']]['allowed'])):?>
|
157 |
<?php if(in_array('admin/campaigns',$acls[$logged_user['group_id']]['allowed'])):?>
|
| 155 |
<li <?php if($this->params->controller == 'campaigns'):?>class="active"<?php endif;?>><a href="<?php echo $base_url;?>admin/campaigns" title="Banners">Banners</a></li>
|
158 |
<li <?php if($this->params->controller == 'campaigns'):?>class="active"<?php endif;?>><a href="<?php echo $base_url;?>admin/campaigns" title="Banners">Banners</a></li>
|
| 156 |
<?php endif;?>
|
159 |
<?php endif;?>
|