Subversion Repositories SmartDukaan

Rev

Rev 15621 | Rev 15718 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 15621 Rev 15668
Line 106... Line 106...
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'])):?>
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>
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;?>
110
          <?php endif;?>
-
 
111
          <?php if(in_array('admin/reports/dailyupgrades_report',$acls[$logged_user['group_id']]['allowed'])):?>
-
 
112
            <li <?php if($this->params->controller == 'reports' && $this->params->action == 'dailyupgrades_report'):?>class="active"<?php endif;?>><a href="<?php echo $base_url;?>admin/reports/dailyupgrades_report" title="Daily Upgrades Report">Device Upgrades Report</a></li>
-
 
113
          <?php endif;?>
111
          </ul>
114
          </ul>
112
        </li>
115
        </li>
113
        <?php if(in_array('admin/campaigns',$acls[$logged_user['group_id']]['allowed'])):?>
116
        <?php if(in_array('admin/campaigns',$acls[$logged_user['group_id']]['allowed'])):?>
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>
117
        <li <?php if($this->params->controller == 'campaigns'):?>class="active"<?php endif;?>><a href="<?php echo $base_url;?>admin/campaigns" title="Banners">Banners</a></li>
115
        <?php endif;?>          
118
        <?php endif;?>