Update header.php
这个提交包含在:
		
							父节点
							
								
									1ce2958cdd
								
							
						
					
					
						当前提交
						6eb71dfe3b
					
				
					共有  1 个文件被更改,包括 8 次插入 和 6 次删除
				
			
		|  | @ -49,18 +49,18 @@ | |||
|         	<li class="nav-item dropdown"> | ||||
| 						<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Notes</a> | ||||
| 						<div class="dropdown-menu" aria-labelledby="navbarDropdown"> | ||||
| 							<a class="dropdown-item" href="<?php echo site_url('notes');?>" title="Notes">Notes</a> | ||||
| 							<a class="dropdown-item" href="<?php echo site_url('notes');?>" title="Notes"><i class="fas fa-sticky-note"></i> Notes</a> | ||||
| 							<div class="dropdown-divider"></div> | ||||
| 							<a class="dropdown-item" href="<?php echo site_url('notes/add');?>" title="Create Note">Create Note</a> | ||||
| 							<a class="dropdown-item" href="<?php echo site_url('notes/add');?>" title="Create Note"><i class="fas fa-plus-square"></i> Create Note</a> | ||||
| 						</div> | ||||
|         	</li> | ||||
| 
 | ||||
|         	<li class="nav-item dropdown"> | ||||
| 				<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Analytics</a> | ||||
| 				<div class="dropdown-menu" aria-labelledby="navbarDropdown"> | ||||
| 					<a class="dropdown-item" href="<?php echo site_url('statistics');?>" title="Statistics">Statistics</a> | ||||
| 					<a class="dropdown-item" href="<?php echo site_url('statistics');?>" title="Statistics"><i class="fas fa-chart-bar"></i> Statistics</a> | ||||
| 					<div class="dropdown-divider"></div> | ||||
| 					<a class="dropdown-item" href="<?php echo site_url('gridsquares');?>" title="Gridsquares">Gridsquares</a> | ||||
| 					<a class="dropdown-item" href="<?php echo site_url('gridsquares');?>" title="Gridsquares"><i class="fas fa-map"></i> Gridsquares</a> | ||||
| 				</div> | ||||
|         	</li> | ||||
| 
 | ||||
|  | @ -101,9 +101,11 @@ | |||
|         <li class="nav-item dropdown"> | ||||
| 					<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Logged in as <?php echo $this->session->userdata('user_callsign'); ?></a>
 | ||||
| 					<div class="dropdown-menu" aria-labelledby="navbarDropdown"> | ||||
| 						<a class="dropdown-item" href="<?php echo site_url('user/profile');?>" title="Profile">Profile</a> | ||||
| 						<a class="dropdown-item" href="<?php echo site_url('user/profile');?>" title="Profile"><i class="far fa-user"></i> Profile</a> | ||||
| 						<div class="dropdown-divider"></div> | ||||
| 						<a class="dropdown-item" href="<?php echo site_url('user/logout');?>" title="Logout">Logout</a> | ||||
| 						<a class="dropdown-item" target="_blank" href="https://github.com/magicbug/Cloudlog/wiki" title="Help"><i class="fas fa-question"></i> Help</a> | ||||
| 						<div class="dropdown-divider"></div> | ||||
| 						<a class="dropdown-item" href="<?php echo site_url('user/logout');?>" title="Logout"><i class="fas fa-sign-out-alt"></i> Logout</a> | ||||
| 					</div> | ||||
|         </li> | ||||
| 
 | ||||
|  |  | |||
		正在加载…
	
		在新工单中引用