diff --git a/AvocadoEdition_Light/config.php b/AvocadoEdition_Light/config.php index 41ae1cd..78a1ae5 100644 --- a/AvocadoEdition_Light/config.php +++ b/AvocadoEdition_Light/config.php @@ -7,7 +7,7 @@ ********************/ define('G5_VERSION', '아보카도 에디션 : Amber'); -define('G5_GNUBOARD_VER', '2.2.6'); +define('G5_GNUBOARD_VER', '2.2.7'); define('_GNUBOARD_', true); date_default_timezone_set("Asia/Seoul"); diff --git a/AvocadoEdition_Light/install/install_db.php b/AvocadoEdition_Light/install/install_db.php index 6d62b01..0a8b45f 100644 --- a/AvocadoEdition_Light/install/install_db.php +++ b/AvocadoEdition_Light/install/install_db.php @@ -7,13 +7,13 @@ header('Cache-Control: no-store, no-cache, must-revalidate'); // HTTP/1.1 header('Cache-Control: pre-check=0, post-check=0, max-age=0'); // HTTP/1.1 header('Pragma: no-cache'); // HTTP/1.0 -$theme_1 = "#BEBE8E"; -$theme_2 = "#7F7F5F"; -$theme_3 = "#7C7C4C"; +$theme_1 = "#ecc6c6"; +$theme_2 = "#e8b0ae"; +$theme_3 = "#d6817e"; $theme_4 = "#b0c4de"; -$theme_5 = "#727F99"; -$theme_6 = "#7488B2"; +$theme_5 = "#88a9db"; +$theme_6 = "#779bdb"; include_once('../config.php'); include_once('../lib/common.lib.php');