This commit is contained in:
浪子
2025-03-17 08:44:03 +08:00
parent 5c91195745
commit 221f0ed1bd
8 changed files with 24 additions and 17 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
</div>
<!-- 判断如果禁止评论则不显示评论的div -->
<?php if ($this->allow('comment')): ?>
<?php $this->need('comments.php'); ?>
<?php $this->need('./module/comments.php'); ?>
<?php endif; ?>
<!-- 可以使用第三方评论-->
<?php $this->options->twikoo(); ?>