From 027d6313d85b776bd7e751e709227620634a969c Mon Sep 17 00:00:00 2001 From: Arcturus Date: Wed, 25 Sep 2024 01:23:46 +0900 Subject: [PATCH] typo --- .../skin/content/basic/content.skin.php | 7 ++ .../skin/member/basic/password.skin.php | 2 - .../skin/menu/box_frame/css.config.php | 86 ++++++++++--------- 3 files changed, 52 insertions(+), 43 deletions(-) diff --git a/AvocadoEdition_Light/skin/content/basic/content.skin.php b/AvocadoEdition_Light/skin/content/basic/content.skin.php index b396c41..1a0b1d6 100644 --- a/AvocadoEdition_Light/skin/content/basic/content.skin.php +++ b/AvocadoEdition_Light/skin/content/basic/content.skin.php @@ -1,6 +1,13 @@ ', 0); +include_once G5_PATH . "/head.sub.php"; +include_once G5_PATH . "/head.php"; + echo $str; + +include_once G5_PATH . "/tail.php"; +include_once G5_PATH . "/tail.sub.php"; diff --git a/AvocadoEdition_Light/skin/member/basic/password.skin.php b/AvocadoEdition_Light/skin/member/basic/password.skin.php index 99a3369..2ca76a9 100644 --- a/AvocadoEdition_Light/skin/member/basic/password.skin.php +++ b/AvocadoEdition_Light/skin/member/basic/password.skin.php @@ -8,8 +8,6 @@ if ($w == 'u') $g5['title'] = $delete_str . "글 수정"; else if ($w == 'd' || $w == 'x') $g5['title'] = $delete_str . "글 삭제"; -else - $g5['title'] = $g5['title']; // add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨 add_stylesheet('', 0); diff --git a/AvocadoEdition_Light/skin/menu/box_frame/css.config.php b/AvocadoEdition_Light/skin/menu/box_frame/css.config.php index 8c76a8f..13ab13c 100644 --- a/AvocadoEdition_Light/skin/menu/box_frame/css.config.php +++ b/AvocadoEdition_Light/skin/menu/box_frame/css.config.php @@ -32,10 +32,10 @@ $f_img_out = $box_f_img['cs_etc_3'] != "" ? $box_f_img['cs_etc_3'] : 0;