mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
syntax fix
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
<?php } ?>
|
||||
|
||||
<?php if (file_exists(APPPATH . '../assets/css/custom.css')) { ?>
|
||||
<link rel="stylesheet" href="<?php echo $this->paths->cache_buster('assets/css/custom.css'); ?>">
|
||||
<link rel="stylesheet" href="<?php echo $this->paths->cache_buster('assets/css/custom.css'); ?>" />
|
||||
<?php } ?>
|
||||
|
||||
<script>
|
||||
@@ -68,7 +68,7 @@
|
||||
</script>
|
||||
|
||||
<?php if (file_exists(APPPATH . '../assets/js/sections/custom.js')) { ?>
|
||||
<script src="<?php echo $this->paths->cache_buster('assets/js/sections/custom.js"></script>'); ?>">
|
||||
<script src="<?php echo $this->paths->cache_buster('assets/js/sections/custom.js'); ?>"></script>
|
||||
<?php } ?>
|
||||
|
||||
<link rel="icon" href="<?php echo $this->paths->cache_buster('favicon.ico'); ?>">
|
||||
|
||||
Reference in New Issue
Block a user