Fix index footer

This commit is contained in:
Mesin Kasir 2023-03-13 07:31:13 +07:00 committed by GitHub
parent c2bbc32620
commit d32756aa9f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@ include(THEME_DIR_PHP.'page.php');
} else {
include(THEME_DIR_PHP.'home.php');
} ?>
php include(THEME_DIR_PHP.'footer.php'); ?>
<?php include(THEME_DIR_PHP.'footer.php'); ?>
<?php Theme::plugins('siteBodyEnd'); ?>
<?php echo Theme::js('js/bs.js'); ?>
</body>