From 1807e424e9621303be3bf3962e35a864c9f383e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=85=AD=E9=9B=B6?= Date: Sat, 18 Jun 2022 23:29:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20=E9=9A=8F=E6=9C=BA?= =?UTF-8?q?=E4=B8=80=E8=A8=80=E6=97=A0=E6=B3=95=E7=A6=81=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/5iux/index.php | 4 ++-- template/baisu/index.php | 4 ++-- template/default/index.php | 6 +++--- template/lylme/index.php | 13 ++----------- template/quality/index.php | 4 ++-- 5 files changed, 11 insertions(+), 20 deletions(-) diff --git a/template/5iux/index.php b/template/5iux/index.php index bf66caa..e586eed 100644 --- a/template/5iux/index.php +++ b/template/5iux/index.php @@ -112,8 +112,8 @@ if(empty($sousw)||empty($soun)) {
' . yan().'

'; +if ($conf['yan'] == 'true') { + echo '

' . yan().'

'; } $i= 0; $tagslists = $DB->query("SELECT * FROM `lylme_tags`"); diff --git a/template/baisu/index.php b/template/baisu/index.php index 5db69d2..69688f9 100644 --- a/template/baisu/index.php +++ b/template/baisu/index.php @@ -146,8 +146,8 @@ while ($soulist = $DB->fetch($soulists)) {
[' . yan().']

'; +if ($conf['yan'] == 'true') { + echo '

' . yan().'

'; } diff --git a/template/default/index.php b/template/default/index.php index db60cd8..a1b04ab 100644 --- a/template/default/index.php +++ b/template/default/index.php @@ -87,9 +87,9 @@ if ($conf['tq'] != 'false') {
' . yan().'

'; - } + if ($conf['yan'] == 'true') { + echo '

' . yan().'

'; + } ?> ' . $result; - } +if ($conf['yan'] == 'true') { + echo '

' . yan().'

'; } ?>

diff --git a/template/quality/index.php b/template/quality/index.php index e21c6cb..fe018db 100644 --- a/template/quality/index.php +++ b/template/quality/index.php @@ -96,8 +96,8 @@ echo '
' . yan().'

'; +if ($conf['yan'] == 'true') { + echo '

' . yan().'

'; } ?>