| Line 103... |
Line 103... |
| 103 |
<li <?php if($this->params->controller == 'users' && $this->params->action == 'callhistories'):?>class="active"<?php endif;?>><a href="<?php echo $base_url;?>admin/callhistories" title="Disposition">Disposition</a></li>
|
103 |
<li <?php if($this->params->controller == 'users' && $this->params->action == 'callhistories'):?>class="active"<?php endif;?>><a href="<?php echo $base_url;?>admin/callhistories" title="Disposition">Disposition</a></li>
|
| 104 |
<?php endif;?>
|
104 |
<?php endif;?>
|
| 105 |
<?php if(in_array('admin/reports/brandpreferences_report',$acls[$logged_user['group_id']]['allowed'])):?>
|
105 |
<?php if(in_array('admin/reports/brandpreferences_report',$acls[$logged_user['group_id']]['allowed'])):?>
|
| 106 |
<li <?php if($this->params->controller == 'reports' && $this->params->action == 'brandpreferences_report'):?>class="active"<?php endif;?>><a href="<?php echo $base_url;?>admin/reports/brandpreferences_report" title="Brand Preferences Report">Brand Preferences Report</a></li>
|
106 |
<li <?php if($this->params->controller == 'reports' && $this->params->action == 'brandpreferences_report'):?>class="active"<?php endif;?>><a href="<?php echo $base_url;?>admin/reports/brandpreferences_report" title="Brand Preferences Report">Brand Preferences Report</a></li>
|
| 107 |
<?php endif;?>
|
107 |
<?php endif;?>
|
| - |
|
108 |
<?php if(in_array('admin/reports/brandfilters_report',$acls[$logged_user['group_id']]['allowed'])):?>
|
| - |
|
109 |
<li <?php if($this->params->controller == 'reports' && $this->params->action == 'brandfilters_report'):?>class="active"<?php endif;?>><a href="<?php echo $base_url;?>admin/reports/brandfilters_report" title="Brand Filters Report">Brand Filters Report</a></li>
|
| - |
|
110 |
<?php endif;?>
|
| 108 |
</ul>
|
111 |
</ul>
|
| 109 |
</li>
|
112 |
</li>
|
| 110 |
<?php if(in_array('admin/campaigns',$acls[$logged_user['group_id']]['allowed'])):?>
|
113 |
<?php if(in_array('admin/campaigns',$acls[$logged_user['group_id']]['allowed'])):?>
|
| 111 |
<li <?php if($this->params->controller == 'campaigns'):?>class="active"<?php endif;?>><a href="<?php echo $base_url;?>admin/campaigns" title="Banners">Banners</a></li>
|
114 |
<li <?php if($this->params->controller == 'campaigns'):?>class="active"<?php endif;?>><a href="<?php echo $base_url;?>admin/campaigns" title="Banners">Banners</a></li>
|
| 112 |
<?php endif;?>
|
115 |
<?php endif;?>
|