Browse Source

修改

master
wen 2 years ago
parent
commit
51585ee781
  1. 4
      themes/beauty/views/site/index.php

4
themes/beauty/views/site/index.php

@ -85,14 +85,14 @@ eof; @@ -85,14 +85,14 @@ eof;
// //当前目录的描述介绍
// if (!empty($category['description'])) {
// echo <<<eof
// <p class="modal-body">{$category['description']}</p>
// <p class="modal-body text_dark">{$category['description']}</p>
// eof;
// }
// //当前目录的readme详细介绍
// if (!empty($viewData['htmlCateReadme'])) {
// echo <<<eof
// <div class="modal-body markdown-body">{$viewData['htmlCateReadme']}</div>
// <div class="modal-body text_dark markdown-body">{$viewData['htmlCateReadme']}</div>
// eof;
// }

Loading…
Cancel
Save