load custom.css from assets path
这个提交包含在:
		
							父节点
							
								
									de52e91cde
								
							
						
					
					
						当前提交
						1ca1bc13e9
					
				
					共有  1 个文件被更改,包括 1 次插入 和 1 次删除
				
			
		|  | @ -40,7 +40,7 @@ | ||||||
|   	<link rel="stylesheet" href="<?php echo base_url(); ?>assets/css/datepicker.css" /> |   	<link rel="stylesheet" href="<?php echo base_url(); ?>assets/css/datepicker.css" /> | ||||||
|   	<?php } ?>
 |   	<?php } ?>
 | ||||||
| 	  | 	  | ||||||
| 	<?php if (file_exists(APPPATH.'third_party/assets/css/custom.css')) { echo '<link rel="stylesheet" href="'.base_url().'third_party/assets/css/custom.css">'; } ?>
 | 	<?php if (file_exists(APPPATH.'../assets/css/custom.css')) { echo '<link rel="stylesheet" href="'.base_url().'assets/css/custom.css">'; } ?>
 | ||||||
| 
 | 
 | ||||||
|     <link rel="icon" href="<?php echo base_url(); ?>favicon.ico"> |     <link rel="icon" href="<?php echo base_url(); ?>favicon.ico"> | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		正在加载…
	
		在新工单中引用