From 242eed5b357732cc450ff253e5cea9cd22a4d351 Mon Sep 17 00:00:00 2001 From: thisgun Date: Tue, 5 Jan 2021 20:29:00 +0900 Subject: [PATCH] =?UTF-8?q?head.sub.php=20=ED=8C=8C=EC=9D=BC=EC=9D=98=20?= =?UTF-8?q?=EC=83=81=ED=83=9C=EB=B0=94=20=ED=83=80=EC=9D=B4=ED=8B=80=20?= =?UTF-8?q?=EC=BD=94=EB=93=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- head.sub.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/head.sub.php b/head.sub.php index 25b449fd5..504f663e7 100644 --- a/head.sub.php +++ b/head.sub.php @@ -16,7 +16,7 @@ if (!isset($g5['title'])) { } else { // 상태바에 표시될 제목 - $g5_head_title = implode(' | ', array_filter(array('', $config['cf_title']))); + $g5_head_title = implode(' | ', array_filter(array($g5['title'], $config['cf_title']))); } $g5['title'] = strip_tags($g5['title']);