| Line 83... |
Line 83... |
| 83 |
<li <?php if($this->params->controller == 'dealobjects' && $this->params->action == 'add'):?>class="active"<?php endif;?>><a href="<?php echo $base_url;?>admin/dealobjects/add" title="New Feature Deal Object">New Feature Deal Object</a></li>
|
83 |
<li <?php if($this->params->controller == 'dealobjects' && $this->params->action == 'add'):?>class="active"<?php endif;?>><a href="<?php echo $base_url;?>admin/dealobjects/add" title="New Feature Deal Object">New Feature Deal Object</a></li>
|
| 84 |
|
84 |
|
| 85 |
<?php if(in_array('admin/itemcashbacks/add',$acls[$logged_user['group_id']]['allowed'])):?>
|
85 |
<?php if(in_array('admin/itemcashbacks/add',$acls[$logged_user['group_id']]['allowed'])):?>
|
| 86 |
<li <?php if($this->params->controller == 'itemcashbacks' && $this->params->action == 'admin_add'):?>class="active"<?php endif;?>><a href="<?php echo $base_url;?>admin/itemcashbacks/add" title="New Item Cashback">New Item Cashback</a></li>
|
86 |
<li <?php if($this->params->controller == 'itemcashbacks' && $this->params->action == 'admin_add'):?>class="active"<?php endif;?>><a href="<?php echo $base_url;?>admin/itemcashbacks/add" title="New Item Cashback">New Item Cashback</a></li>
|
| 87 |
<?php endif;?>
|
87 |
<?php endif;?>
|
| - |
|
88 |
|
| - |
|
89 |
<?php if(in_array('admin/banners',$acls[$logged_user['group_id']]['allowed'])):?>
|
| - |
|
90 |
<li <?php if($this->params->controller == 'banners' && $this->params->action == 'admin_index'):?>class="active"<?php endif;?>><a href="<?php echo $base_url;?>admin/banners" title="Profit Mandi Banners">Profit Mandi Banners</a></li>
|
| - |
|
91 |
<?php endif;?>
|
| 88 |
</ul>
|
92 |
</ul>
|