Updated header to remove "Tools" and only have Awards
I think there isn't much need to have dx cluster and awards on the drop down, it would be far more suitable just to have Awards on its own
这个提交包含在:
父节点
4c45cbdba3
当前提交
e9893d8907
共有 1 个文件被更改,包括 2 次插入 和 7 次删除
|
|
@ -70,15 +70,10 @@
|
|||
<?php } ?>
|
||||
<li><a href="<?php echo site_url('statistics');?>" title="Statistics">Statistics</a></li>
|
||||
|
||||
|
||||
<?php if(($this->config->item('use_auth') && $this->session->userdata('user_type') >= 99) || $this->config->item('use_auth') === FALSE) { ?>
|
||||
|
||||
<li class="dropdown" data-dropdown="dropdown" >
|
||||
<a href="#" class="dropdown-toggle">Tools</a>
|
||||
<ul class="dropdown-menu">
|
||||
<li><a href="<?php echo site_url('awards');?>" title="">Awards</a></li>
|
||||
<li><a href="<?php echo site_url('dxcluster');?>" title="DX Cluster">Cluster</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="<?php echo site_url('awards');?>" title="Awards">Awards</a></li>
|
||||
|
||||
<li class="dropdown" data-dropdown="dropdown" >
|
||||
<a href="#" class="dropdown-toggle">Admin</a>
|
||||
|
|
|
|||
正在加载…
在新工单中引用