load custom.css file from third_party
这个提交包含在:
父节点
5c9fd1a3e6
当前提交
de52e91cde
共有 1 个文件被更改,包括 4 次插入 和 2 次删除
|
|
@ -18,8 +18,10 @@
|
|||
<!-- Maps -->
|
||||
<link rel="stylesheet" type="text/css" href="<?php echo base_url(); ?>assets/js/leaflet/leaflet.css" />
|
||||
|
||||
<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>
|
||||
<body>
|
||||
<body>
|
||||
|
|
|
|||
正在加载…
在新工单中引用