From 244a8d275e6eb999aee43a3bdf0a30de37d89de0 Mon Sep 17 00:00:00 2001 From: Arcturus Date: Wed, 23 Oct 2024 23:50:19 +0900 Subject: [PATCH] update --- list.skin.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/list.skin.php b/list.skin.php index 804cc40..ec86e65 100644 --- a/list.skin.php +++ b/list.skin.php @@ -10,9 +10,9 @@ if (!defined('_GNUBOARD_')) exit; -//include_once($board_skin_path."/moonday.php"); // 석봉운님의 음력날짜 함수 +//include_once $board_skin_path."/moonday.php"; // 석봉운님의 음력날짜 함수 -include_once(G5_LIB_PATH . '/thumbnail.lib.php'); +include_once G5_LIB_PATH . '/thumbnail.lib.php'; if (preg_match('/%/', $width)) { //표의 가로 폭이 100보다 크면 픽셀값입력 @@ -251,7 +251,7 @@ $month_pre = 0; $moonday=""; } - include($file_index."/lunar.txt"); ### 음력 기념일 파일 지정 + include $file_index."/lunar.txt"; ### 음력 기념일 파일 지정 if ($annivmoonday&&$daycont) $blank="
"; // 음력절기와 양력기념일이 동시에 있으면 한칸 띔 else $blank=""; @@ -297,7 +297,7 @@ $month_pre = 0;