load custom.css from assets path

pull/987/head
abarrau 2021-04-10 05:21:22 +02:00 zatwierdzone przez GitHub
rodzic 1ca1bc13e9
commit 7ed5a89253
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -18,7 +18,7 @@
<!-- Maps -->
<link rel="stylesheet" type="text/css" href="<?php echo base_url(); ?>assets/js/leaflet/leaflet.css" />
<?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">