bump version and change color
This commit is contained in:
parent
5354af015a
commit
315f297625
2 changed files with 6 additions and 6 deletions
|
|
@ -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");
|
||||
|
|
|
|||
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Reference in a new issue