增加了相关文章的设置

6篇
This commit is contained in:
浪子
2024-05-18 21:36:18 +08:00
parent f23e6fad65
commit 3cc50df415
4 changed files with 32 additions and 2 deletions
+5
View File
@@ -68,6 +68,11 @@
<?php if ($this->options->showProfile): ?>
<?php $this->need('profile.php'); ?>
<?php endif; ?>
<!-- 相关文章-->
<?php if ($this->options->showrelated): ?>
<?php $this->need('related.php'); ?>
<?php endif; ?>
<!-- 判断如果禁止评论则不显示评论的div -->
<?php if ($this->allow('comment')): ?>
<?php $this->need('comments.php'); ?>