Add admin/footer.php begin plugin (#1426)

This commit is contained in:
沈唁 2022-05-07 16:33:00 +08:00 committed by GitHub
parent 02937dc51c
commit ac33000ad0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,5 @@
<?php if(!defined('__TYPECHO_ADMIN__')) exit; ?>
<?php \Typecho\Plugin::factory('admin/footer.php')->begin(); ?>
</body>
</html>
<?php