load custom.css file from third_party
这个提交包含在:
父节点
ad572219ec
当前提交
5c9fd1a3e6
共有 1 个文件被更改,包括 4 次插入 和 1 次删除
|
|
@ -39,7 +39,10 @@
|
|||
<?php if ($this->uri->segment(1) == "adif") { ?>
|
||||
<link rel="stylesheet" href="<?php echo base_url(); ?>assets/css/datepicker.css" />
|
||||
<?php } ?>
|
||||
<link rel="icon" href="<?php echo base_url(); ?>/favicon.ico">
|
||||
|
||||
<?php if (file_exists(APPPATH.'third_party/assets/css/custom.css')) { echo '<link rel="stylesheet" href="'.base_url().'third_party/assets/css/custom.css">'; } ?>
|
||||
|
||||
<link rel="icon" href="<?php echo base_url(); ?>favicon.ico">
|
||||
|
||||
<title><?php if(isset($page_title)) { echo $page_title; } ?> - Cloudlog</title>
|
||||
</head>
|
||||
|
|
|
|||
正在加载…
在新工单中引用